diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46aa0f9..b951430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["8.0", "8.1", "8.2", "8.3"] + php: ["8.1", "8.2", "8.3"] symfony: ["^5.4", "^6.0"] sylius: ["~1.12.0", "~1.13.0", "~1.14.0"] node: ["^20.x"] diff --git a/composer.json b/composer.json index e8036bb..b0bead9 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license": "MIT", "require": { - "php": "^8.0", + "php": "^8.1", "sylius/sylius": "^1.12" }, "require-dev": {