From 509d1ef1e99f31ba46ac954e787bb4affde61c78 Mon Sep 17 00:00:00 2001 From: core23 Date: Fri, 27 Nov 2020 10:12:55 +0100 Subject: [PATCH] Add support for PHP 8 --- .github/workflows/continuous-integration.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 120f310b..eb284951 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -138,6 +138,7 @@ jobs: php-version: - 7.3 - 7.4 + - 8.0 dependencies: - lowest diff --git a/composer.json b/composer.json index 4aff4f85..3c6ca0c6 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "ext-json": "*", "psr/cache": "^1.0", "psr/http-client": "^1.0",