Skip to content

Commit

Permalink
Fix test matrix
Browse files Browse the repository at this point in the history
- Add PHP 8.4
- Drop Symfony 7.0
- Add Symfony 7.1
  • Loading branch information
ajgarlag committed Nov 22, 2024
1 parent 61d710f commit c80b109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
symfony: ['5.4.*', '6.4.*', '7.0.*']
php: ['8.1', '8.2', '8.3', '8.4']
symfony: ['5.4.*', '6.4.*', '7.1.*']
doctrine-orm: ['^2.14', '^3.0']
composer-flags: ['--prefer-stable']
can-fail: [false]
Expand Down

0 comments on commit c80b109

Please sign in to comment.