diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 804e1de9..091b801a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,13 +22,19 @@ jobs: fail-fast: false matrix: php: ["8.0", "8.1", "8.2"] - symfony: ["^4.4", "^5.4"] - sylius: ["~1.11.0", "~1.12.0"] + symfony: ["^4.4", "^5.4", "^6.4"] + sylius: ["~1.11.0", "~1.12.0", "~1.13.0"] node: ["14.x"] mysql: ["8.0"] exclude: - symfony: "^4.4" sylius: "~1.12.0" + - symfony: "^6.4" + sylius: "~1.12.0" + - symfony: "^4.4" + sylius: "~1.13.0" + - php: "8.0" + sylius: "~1.13.0" env: APP_ENV: test diff --git a/composer.json b/composer.json index 424801da..43476bad 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0" + "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0" }, "require-dev": { "api-platform/core": "~2.5.0 || ~2.6.0 || ~2.7.0",