Skip to content

Commit aa1c219

Browse files
committed
Remove php version 8.4 from workflow tests. Not fully supported
1 parent 37ca780 commit aa1c219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: true
2828
matrix:
29-
php: [8.3, 8.4]
29+
php: [ 8.3 ]
3030
phpunit: ['11.0', '11.4', '12.2']
3131
phpstan: ['2.1']
3232
paratest: ['7.8', '7.10']

0 commit comments

Comments
 (0)