From d300afa1045e6541b79af2291336312613b5cd02 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Mon, 16 Nov 2020 20:39:09 +0100 Subject: [PATCH] Support PHP 8 --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dab05ab..af47f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.4, 7.3] + php: [8.0, 7.4, 7.3] release: [stable, lowest] include: - php: 7.4 diff --git a/composer.json b/composer.json index e827122..6493dc1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "illuminate/database": "^8.0" }, "require-dev": {