From 88a0dbb0f8abf0466e723b7578c798339c65d6ca Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Mon, 16 Nov 2020 20:52:40 +0100 Subject: [PATCH] Support PHP 8 --- .github/workflows/ci.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59b0c58..91ecb00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.4, 7.3, 7.2] + php: [8.0, 7.4, 7.3, 7.2] release: [stable, lowest] include: - php: 7.4 diff --git a/composer.json b/composer.json index 1c6fb32..6c3f851 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/database": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.0|^9.3" }, "autoload": { "psr-4": {