Skip to content

Commit

Permalink
Install only Sylius 1.11 on Sylius-Standard 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Nov 3, 2022
1 parent 375af6e commit a1ddf0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

-
name: Run non-JS Behat (without managing catalog promotion scenarios)
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@~managing_catalog_promotions"
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@~managing_catalog_promotions" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@~managing_catalog_promotions" --rerun

-
name: Run JS Behat
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": "^8.0",
"sylius/paypal-plugin": "^1.2.1",
"sylius/sylius": "^1.11",
"sylius/sylius": "~1.11.0",
"symfony/dotenv": "^4.4 || ^5.4",
"symfony/flex": "^1.11"
},
Expand Down

0 comments on commit a1ddf0a

Please sign in to comment.