Skip to content

Commit

Permalink
Merge pull request #303 from dsbe-ak/master
Browse files Browse the repository at this point in the history
Support for sylius 1.14
  • Loading branch information
oallain authored Dec 12, 2024
2 parents 9ada150 + c64c9c4 commit 1a53829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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]
sylius: [~1.11.0, ~1.12.0, ~1.13.0, ~1.14.0]
node: [18.x]
mysql: [5.7]

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

-
name: Upload Behat logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Behat logs
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "import / export plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "~1.11.0 || ~1.12.0 || ~1.13.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",
"symfony/stopwatch": "^5.2 || ^6.0"
Expand Down

0 comments on commit 1a53829

Please sign in to comment.