Skip to content

Commit

Permalink
[GitHub Actions] Force the newest version of Sylius 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 7, 2022
1 parent dfbc661 commit 1f517f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
php: ["8.0", "8.1"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.11.0", "~1.12.0"]
sylius: ["~1.11.10", "~1.12.0"]
node: ["16.x"]
mysql: ["5.7", "8.0"]
pdf: [true]
Expand All @@ -37,7 +37,7 @@ jobs:

exclude:
- symfony: "^6.0"
sylius: "~1.11.0"
sylius: "~1.11.10"

env:
APP_ENV: test
Expand Down

0 comments on commit 1f517f5

Please sign in to comment.