From 3a53071650b2e3cd7296351b2b7cfbeb1355d5ac Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 10 Jul 2026 10:50:01 +0200 Subject: [PATCH] Remove Laravel 11.x from integration test matrix --- .github/workflows/run-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 02b0e23..d9cfe2e 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: php: [8.5, 8.4, 8.3, 8.2] - laravel: [11.x, 12.x, 13.x] + laravel: [12.x, 13.x] exclude: - laravel: 13.x php: 8.2