Skip to content

Commit

Permalink
Test against PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Oct 4, 2024
1 parent 0ce128f commit 9e6b020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
dependencies: ['highest']
coverage: ['xdebug']
phpunit: [false]
include:
- description: 'PHP 8.4'
php: '8.4'
composer_options: '--ignore-platform-req=php'
- description: 'PHPUnit 11'
coverage: 'xdebug3'
php: '8.3'
Expand Down Expand Up @@ -53,6 +57,7 @@ jobs:
- uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer_options }}
- run: vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 9e6b020

Please sign in to comment.