diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d380be7..01e9aa6c 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] + php: [8.1] symfony: [^5.4, ^6.0] sylius: [~1.11.0, ~1.12.0, ~1.13.0, ~1.14.0] node: [18.x] diff --git a/composer.json b/composer.json index 666a745c..36a2e1d1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "import / export plugin for Sylius.", "license": "MIT", "require": { - "php": "^8.0", + "php": "^8.1", "sylius/sylius": "~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0", "portphp/portphp": "^1.2", "queue-interop/queue-interop": "^0.6.2 || ^0.7 || ^0.8",