diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8acf8c78..b123bdfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: matrix: php: ["8.0", "7.4"] symfony: ["^4.4", "^5.2"] - sylius: ["~1.9.0", "~1.10.0", "~1.11.0"] + sylius: ["~1.9.0", "~1.10.0", "~1.11.0", "~1.12.0"] node: ["10.x"] mysql: ["8.0"] @@ -37,6 +37,12 @@ jobs: - symfony: "^4.4" sylius: "~1.11.0" + - + php: "7.4" + sylius: "~1.12.0" + - + symfony: "^4.4" + sylius: "~1.12.0" env: APP_ENV: test diff --git a/composer.json b/composer.json index 1ebbb764..58690b01 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^7.4 || ^8.0", - "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0" + "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0" }, "require-dev": { "behat/behat": "^3.6.1",