diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b997c8fe56..b7ba399795 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/composer.json b/composer.json index f3922a9118..e301fefa9b 100644 --- a/composer.json +++ b/composer.json @@ -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" },