From a76911cef11133f623a41c2cfc9dcf0bd952dc6f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 16:12:42 +0100 Subject: [PATCH] Don't use PHP 8 with Laravel 10 in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1414c52..163506b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: exclude: - laravel: "^6.0" php: "8.1" + - laravel: "^10.0" + php: "8.0" name: Tests (PHPUnit) - L${{ matrix.laravel }}