From ccdcfea192542eee985c77f1255cb12f18e9343c Mon Sep 17 00:00:00 2001 From: Dean Blackborough Date: Wed, 15 Dec 2021 13:30:00 +0000 Subject: [PATCH] Test 8.1 --- .github/workflows/php.yml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c1c7b73..5b1ea76 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }} diff --git a/composer.json b/composer.json index de32d14..8af40d6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^7.4|^8", + "php": "^7.4|^8.0|^8.1", "ext-json": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 595b756..0d8b6d6 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": "0370d39d0ca498ea3fc85c41e27d13c9", + "content-hash": "980cdd4c568339e2557cdbb7845d62eb", "packages": [], "packages-dev": [ { @@ -2107,7 +2107,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4|^8", + "php": "^7.4|^8.0|^8.1", "ext-json": "*" }, "platform-dev": [],