From 02e888ae6cac2e9ae18f1a32bf5a2cbabbe527c6 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Fri, 17 Dec 2021 22:14:25 +0100 Subject: [PATCH] Update PHP version support (-7.3, +8.1) --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203eaa5..d364bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ "7.3", "7.4", "8.0" ] + php: [ "7.4", "8.0", "8.1" ] dependencies: [ "lowest", "locked" ] env: extensions: mbstring, pcov diff --git a/composer.json b/composer.json index e994e5a..48ffafb 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=7.3.0 <8.1.0", + "php": ">=7.4.0 <8.2.0", "getkirby/cms": ">=3.6.0 <3.7.0", "getkirby/composer-installer": "^1.1" }, diff --git a/composer.lock b/composer.lock index dceac53..efaa642 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "999dd0dc21e41af1ab97b260413f99e2", + "content-hash": "26ce388dd78e1be018591cdde7c0b72f", "packages": [ { "name": "claviska/simpleimage", @@ -866,7 +866,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3.0 <8.1.0" + "php": ">=7.4.0 <8.2.0" }, "platform-dev": [], "plugin-api-version": "2.1.0"