Skip to content

Commit

Permalink
Remove php 8.4 from unstable workflow behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Nov 25, 2024
1 parent 1303c14 commit 9a2451d
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 @@ -8,7 +8,7 @@ jobs:
tests:

runs-on: "ubuntu-latest"
continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '7.2.*' }}"
continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.2.*' }}"
strategy:
matrix:
php-versions: ['8.2', '8.3', '8.4']
Expand Down

0 comments on commit 9a2451d

Please sign in to comment.