Skip to content

Commit

Permalink
Update CI extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jan 9, 2025
1 parent 28b38a8 commit 5a991ef
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,15 @@ jobs:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
extensions: uv, eio
install-eio: true
extensions: uv

- operating-system: 'ubuntu-latest'
php-version: '8.2'
extensions: uv
style-fix: none
static-analysis: none
extensions: uv, eio

- operating-system: 'ubuntu-latest'
php-version: '8.3'
extensions: uv
style-fix: none
static-analysis: none
extensions: uv, eio

- operating-system: 'ubuntu-latest'
php-version: '8.4'
Expand Down

0 comments on commit 5a991ef

Please sign in to comment.