From 9e00b95a0db1ed2fe825d8a776356f350eaac299 Mon Sep 17 00:00:00 2001 From: Unay Santisteban Date: Tue, 11 Aug 2026 11:16:55 +1000 Subject: [PATCH] ci: add PHP 8.5 to the test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af744ef..677b328 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["8.2", "8.3", "8.4"] + php-version: ["8.2", "8.3", "8.4", "8.5"] illuminate: ["^12.0", "^13.0"] exclude: # Illuminate 13 requires PHP >= 8.3