Skip to content

Commit

Permalink
Merge pull request KnpLabs#401 from Chris53897/master
Browse files Browse the repository at this point in the history
ci: add test for PHP 8.4
garak authored Dec 20, 2024
2 parents 9747837 + 16b4a6e commit a96dc1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -52,6 +52,10 @@ jobs:
php: '8.3'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'No Symfony specified'
php: '8.4'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'Lowest deps'
php: '8.1'
composer_option: '--prefer-lowest'

0 comments on commit a96dc1e

Please sign in to comment.