diff --git a/.github/workflows/build.yml b/.github/workflows/build.yaml similarity index 99% rename from .github/workflows/build.yml rename to .github/workflows/build.yaml index f1ef128d..96dd26d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["8.1","8.2","8.3"] + php: ["8.1", "8.2", "8.3"] symfony: ["^5.4", "^6.4"] sylius: ["~1.12.0", "~1.13.0"] node: ["20.x"] diff --git a/composer.json b/composer.json index 56e0bce3..e7238525 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ } ], "require": { + "php": "^8.1", "sylius/sylius": "~1.12.0 || ~1.13.0", "friendsofsymfony/jsrouting-bundle": "^3.2" },