Skip to content

Commit

Permalink
php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbe-ak committed Nov 18, 2024
1 parent 98cb2a6 commit c64c9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
php: [8.1]
symfony: [^5.4, ^6.0]
sylius: [~1.11.0, ~1.12.0, ~1.13.0, ~1.14.0]
node: [18.x]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "import / export plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"sylius/sylius": "~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0",
"portphp/portphp": "^1.2",
"queue-interop/queue-interop": "^0.6.2 || ^0.7 || ^0.8",
Expand Down

0 comments on commit c64c9c4

Please sign in to comment.