diff --git a/.github/workflows/sylius.yaml b/.github/workflows/sylius.yaml index 21f8c95..0d04b5c 100644 --- a/.github/workflows/sylius.yaml +++ b/.github/workflows/sylius.yaml @@ -20,6 +20,7 @@ jobs: sylius: - 1.12.0 - 1.13.0 + - 1.14.0 symfony: - 6.4 node: diff --git a/composer.json b/composer.json index 03e7a2e..5ed0ae2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^8.0", - "sylius/sylius": "1.12.* || 1.13.*", + "sylius/sylius": "~1.12", "symfony/webpack-encore-bundle": "^1.12" }, "require-dev": {