Skip to content

Commit

Permalink
Install eio only on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 25, 2024
1 parent 58c8efe commit 6465251
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
extensions: uv, eio
install-eio: true

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

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

0 comments on commit 6465251

Please sign in to comment.