Skip to content

Commit

Permalink
minor #324 Upgrade to stable Sylius 1.10 (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

161f8a8 Upgrade to stable Sylius 1.10
  • Loading branch information
GSadee authored Jul 13, 2021
2 parents 9db3e27 + 161f8a8 commit a0f10ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0]
symfony: [^4.4, ^5.2]
sylius: [~1.9.0, ~1.10.0@beta]
node: [10.x]
mysql: [5.7, 8.0]
php: ["7.4", "8.0"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.9.0", "~1.10.0"]
node: ["10.x"]
mysql: ["5.7", "8.0"]

exclude:
-
php: 8.0
sylius: ~1.9.0
php: "8.0"
sylius: "~1.9.0"

env:
APP_ENV: test
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 @@
"knplabs/knp-snappy-bundle": "^1.7",
"myclabs/php-enum": "^1.7",
"sylius/resource-bundle": "^1.6",
"sylius/sylius": "^1.9.1 || ~1.10.0@beta",
"sylius/sylius": "^1.9",
"symfony/messenger": "^4.4 || ^5.2"
},
"require-dev": {
Expand Down

0 comments on commit a0f10ec

Please sign in to comment.