From 0f2ac7228e31542067af0fcfcae3038ae4a13868 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Thu, 20 Nov 2025 09:44:55 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bf4e713..565c2e60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,10 +12,12 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3, 8.4] + php: [8.1, 8.2, 8.3, 8.4, 8.5] laravel: [10, 11, 12] stability: ["prefer-lowest", "prefer-stable"] exclude: + - php: 8.5 + laravel: 10 - php: 8.4 laravel: 10 - php: 8.1