Skip to content

Commit b5a4aed

Browse files
Test code in PHP 8.4 too (#187)
1 parent f05792a commit b5a4aed

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
@@ -37,7 +37,7 @@ jobs:
3737
# add here only the PHP versions and OS used in GitHub CI (for tests)
3838
# and on the symfony.com server (where the Symfony Docs are built)
3939
operating-system: ['ubuntu-latest']
40-
php-version: ['8.3']
40+
php-version: ['8.3', '8.4']
4141

4242
steps:
4343
- name: 'Checkout code'

0 commit comments

Comments
 (0)