From 272cb98566e322ef65cdad4b18b9996553413900 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Tue, 12 Mar 2024 16:05:07 -0400 Subject: [PATCH] Don't test Laravel 8 on PHP 8.3 --- .github/workflows/phpunit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9d7b6d3..3eb4282 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -25,6 +25,8 @@ jobs: - laravel: 11.* testbench: 9.x-dev exclude: + - php: 8.3 + laravel: ^8.79 - php: 8.2 laravel: ^8.79 - php: 8.1