From f3703babe6785f6e7c13931003ae5b7a6c2621b6 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 18 May 2021 10:30:07 +0200 Subject: [PATCH] Run tests on PHP 8 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a6dfff364..889764660a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: php: - '7.3' - '7.4' + - '8.0' laravel: - 6.* - 7.*