Skip to content

Commit

Permalink
Merge pull request #22 from BitBagCommerce/OP-514
Browse files Browse the repository at this point in the history
OP-514 - build.yml has been fixed
  • Loading branch information
senghe authored Oct 1, 2024
2 parents 585b33d + e516516 commit 40060f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.0" ]
sylius: [ "^1.12", "^1.13" ]
sylius: [ "~1.12.0", "~1.13.0" ]
node: [ "18.x", "20.x" ]
mysql: [ "8.0" ]

exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4
- sylius: "~1.13.0"
php: "8.0"
- sylius: "~1.12.0"
php: "8.0"
symfony: "^6.4"

env:
APP_ENV: test
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "^1.12 || ^1.13"
"sylius/sylius": "~1.12.0 || ~1.13.0"
},
"require-dev": {
"behat/behat": "^3.7",
Expand Down Expand Up @@ -39,7 +39,8 @@
"vimeo/psalm": "4.27"
},
"conflict": {
"behat/mink-selenium2-driver": ">=1.7.0"
"behat/mink-selenium2-driver": ">=1.7.0",
"doctrine/persistence": "<3.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 40060f7

Please sign in to comment.