From 396dca1f871f5667c2eccd3a6d176bfc6e33ee47 Mon Sep 17 00:00:00 2001 From: rennokki Date: Fri, 20 Nov 2020 11:58:14 +0200 Subject: [PATCH] Reverted PHP 8.0 tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897646..096b987 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: strategy: matrix: php: + - '7.2' - '7.3' - '7.4' - - '8.0' laravel: - 6.* - 7.*