From 97002349b8a45995ae4c1bbbf2bd9b88d649cae1 Mon Sep 17 00:00:00 2001 From: Sergiy Petrov Date: Wed, 13 Jan 2021 15:30:58 +0200 Subject: [PATCH] chore: Test against laravel 6 on php 8.0 (#2084) Laravel 6 currently supports php 8.0 --- .github/workflows/phpunit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 365557aec..b9b5c25f7 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,8 +26,6 @@ jobs: exclude: - php: 7.2 laravel: 8.* - - php: 8.0 - laravel: 6.* name: '[P${{ matrix.php }}] [L${{ matrix.laravel }}] [${{ matrix.coverage }}]'