Skip to content

Commit

Permalink
Bump up PHP to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jul 18, 2024
1 parent df263ac commit d6e7490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
fail-fast: false
matrix:
include:
-
php: 8.0
symfony: ^5.4
twig: 3.*
-
php: 8.1
symfony: ^6.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"symfony/asset": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
Expand Down

0 comments on commit d6e7490

Please sign in to comment.