Skip to content

Commit

Permalink
ci: test PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Oct 28, 2024
1 parent cdef82c commit f60a2c6
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
runs-on: ubuntu-latest

# Setup ————————————————————————————————————————————————————————————————
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"symfony/flex": true,
"symfony/runtime": true
},
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.4"
}
},
"extra": {
"bamarni-bin": {
Expand Down
Loading

0 comments on commit f60a2c6

Please sign in to comment.