From 09b2893a1e22b2c7912cf8a43e411ae943d27499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Tue, 24 Nov 2020 11:58:28 +0100 Subject: [PATCH] Support PHP8 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5643acb..2ab9f01 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.3', '7.4'] + php: ['7.3', '7.4', '8.0'] laravel: [6.*, 7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index 2a80954..0172665 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=7.3", + "php": ">=7.3|^8.0", "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": {