Skip to content

Commit

Permalink
Bump PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 13, 2024
1 parent ab0e3d2 commit f6fbb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ci": {
"include": [
{
"php": "8.0",
"php": "8.1",
"sylius": "1.12.*",
"symfony": "5.4.*",
"mysql": "8.0",
Expand All @@ -20,7 +20,7 @@
},
"daily": {
"ci": {
"php": ["8.0", "8.3"],
"php": ["8.1", "8.3"],
"sylius": ["1.12.*", "1.13.*"],
"symfony": ["5.4.*", "6.4.*"],
"mysql": ["8.0"],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"sylius/core-bundle": "^1.12",
"tpay-com/tpay-openapi-php": "^1.8",
"payum/core": "^1.7",
Expand Down

0 comments on commit f6fbb57

Please sign in to comment.