Skip to content

Commit

Permalink
Remove php 8.4 dev from test workflow
Browse files Browse the repository at this point in the history
Some composer packages removed constraints that supported 8.4
  • Loading branch information
SenseException committed Jan 8, 2024
1 parent 5a6c006 commit a03a3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '^7.1' }}"
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3', '8.4']
php-versions: ['8.1', '8.2', '8.3']
symfony:
- '^5.4'
- '^6.0'
Expand Down

0 comments on commit a03a3e5

Please sign in to comment.