From 604a672164966d2461053b770a1ea9644e70a1b1 Mon Sep 17 00:00:00 2001 From: Heiko Jerichen Date: Sun, 31 Jan 2021 01:01:11 +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 5b09c2c..a12a1b9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,6 +15,7 @@ jobs: - 7.2 - 7.3 - 7.4 + - 8.0 dependencies: - "--prefer-lowest" - "" diff --git a/composer.json b/composer.json index 2cca298..f6c9cb6 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.2" + "php": "^7.2||^8.0" }, "autoload": { "psr-4": {