Skip to content

Commit

Permalink
OP-4: bumps shipping plugin version, removes older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MacBalc committed Jul 10, 2023
1 parent c253353 commit 9e772ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0]
php: [8.0]
node: [14.x]
symfony: [^4.4, ^5.2]
sylius: [~1.9.0, ~1.10.0, ~1.11.0]
sylius: [~1.11.0]
mysql: [5.7, 8.0]

exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"bitbag/shipping-export-plugin": "^1.5",
"bitbag/shipping-export-plugin": "^3.0",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0",
"ext-soap": "*"
},
Expand Down

0 comments on commit 9e772ce

Please sign in to comment.