diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58bd50e..5222bae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,9 @@ jobs: sylius: ["~1.12.0"] node: ["14.x"] mysql: ["5.7", "8.0"] - -# exclude: -# - sylius: "~1.13.0" -# php: "^8.0" + exclude: + - sylius: "~1.13.0" + php: "^8.0" env: APP_ENV: test diff --git a/composer.json b/composer.json index ce8761e..c9ea2dd 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": "^8.0", - "sylius/sylius": "~1.12.0", + "sylius/sylius": "~1.12.0 || ~1.13.0", "php-http/message-factory": "^1.1", "braintree/braintree_php": "^6.4", "symfony/webpack-encore-bundle": "^1.17" @@ -51,6 +51,7 @@ } }, "conflict": { + "behat/mink-selenium2-driver": ">=1.7.0" }, "autoload": { "psr-4": {