Skip to content

Commit 2937bab

Browse files
authored
Test against PHP 8.4 (povils#183)
1 parent dce72f7 commit 2937bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
operating-system: [ ubuntu-latest ]
21-
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
21+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2222
symfony-require: ['^4', '^5', '^6', '^7']
2323
composer-flags: [ '' ]
2424
exclude:

0 commit comments

Comments
 (0)