Skip to content

Commit

Permalink
Use PHP 8.4 as default runner version (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Jan 3, 2025
1 parent ab0691b commit 7917e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
coverage: [ 'none' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
exclude:
- php-versions: '8.3'
- php-versions: '8.4'
include:
- php-versions: '8.3'
- php-versions: '8.4'
coverage: 'xdebug'

name: PHP ${{ matrix.php-versions }}
Expand Down

0 comments on commit 7917e4c

Please sign in to comment.