Skip to content

Commit

Permalink
adjust phpunit file
Browse files Browse the repository at this point in the history
Signed-off-by: Crisciany Silva <[email protected]>
  • Loading branch information
Any97Cris committed Feb 22, 2024
1 parent 728b908 commit f7b4beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.2', '8.3']
coverage: ['xdebug']
xdebug_mode: ['debug']
name: php${{ matrix.php-versions }}
Expand Down

0 comments on commit f7b4beb

Please sign in to comment.