Skip to content

Commit 9a2451d

Browse files
Remove php 8.4 from unstable workflow behavior
1 parent 1303c14 commit 9a2451d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99

1010
runs-on: "ubuntu-latest"
11-
continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '7.2.*' }}"
11+
continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.2.*' }}"
1212
strategy:
1313
matrix:
1414
php-versions: ['8.2', '8.3', '8.4']

0 commit comments

Comments
 (0)