From b043c4201d432feb50dfbeeeba1194dd15300892 Mon Sep 17 00:00:00 2001 From: tpetry Date: Fri, 14 Feb 2025 12:57:23 +0100 Subject: [PATCH] chore: add laravel 12 to test matrix (2) --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ea05566..974380d 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: php: [8.0, 8.1, 8.2, 8.3] - laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*] + laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*] stability: [prefer-lowest, prefer-stable] exclude: # These combinations should work, but there is a problem when testing...