From cdc47f02a28d8364da74242b1b9f80c1f926e53d Mon Sep 17 00:00:00 2001 From: Olivier ALLAIN Date: Tue, 6 Jul 2021 21:31:24 +0200 Subject: [PATCH] add php8 --- .github/workflows/ci.yaml | 7 +++++-- README.md | 4 ++-- composer.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4dd74d..98efdf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4] + php: [7.4, 8.0] symfony: [4.4.*, 5.2.*] steps: @@ -81,7 +81,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4] + php: [7.4, 8.0] sylius: [1.9.0, 1.10.0] symfony: [4.4, 5.2] node: [10.x] @@ -89,6 +89,9 @@ jobs: - sylius: 1.10.0 symfony: 4.4 + - + sylius: 1.9.0 + php: 8.0 env: APP_ENV: test diff --git a/README.md b/README.md index 7e5a862..5823a68 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ | | Version | | :--- | :--- | -| PHP | 7.4+ | -| Sylius | 1.9+ | +| PHP | 7.4, 8.0 | +| Sylius | 1.9, 1.10 | ## Installation diff --git a/composer.json b/composer.json index baa99ff..67d4601 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["sylius", "sylius-plugin", "maintenance"], "license": "EUPL-1.2", "require": { - "php": "^7.4", + "php": "^7.4 || ^8.0", "sylius/sylius": "~1.9.0 || ~1.10.0" }, "require-dev": {