Skip to content

Commit

Permalink
Run the coverage with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Nov 7, 2024
1 parent 8176ace commit 6a2a7c2
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.2'
- php-versions: '8.3'
include:
- php-versions: '8.2'
- php-versions: '8.3'
coverage: 'xdebug'

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

0 comments on commit 6a2a7c2

Please sign in to comment.