Skip to content

Commit a96dc1e

Browse files
authored
Merge pull request #401 from Chris53897/master
ci: add test for PHP 8.4
2 parents 9747837 + 16b4a6e commit a96dc1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
php: '8.3'
5353
env:
5454
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
55+
- description: 'No Symfony specified'
56+
php: '8.4'
57+
env:
58+
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
5559
- description: 'Lowest deps'
5660
php: '8.1'
5761
composer_option: '--prefer-lowest'

0 commit comments

Comments
 (0)