From 7aa51b000be851ebd2fb508cadcde37e73ddd977 Mon Sep 17 00:00:00 2001 From: Scott Plunkett Date: Thu, 11 Apr 2024 22:27:12 -0500 Subject: [PATCH] Remove Laravel 9.x from this branch --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 971028e..e5517a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,11 +20,8 @@ jobs: fail-fast: true matrix: php: [8.2, 8.3] - laravel: [9, 10, 11] + laravel: [10, 11] include: - - laravel: 9 - php: 8.0 - testbench: 7 - laravel: 10 testbench: 8 - laravel: 11