From 8b876a0ab9486ad5d304281ce1d4ba3a44bcc2c6 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Thu, 5 Feb 2026 13:16:19 +0000 Subject: [PATCH] ci: add php 8.5 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84c5bae..c1bb115 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.2, 8.3, 8.4 ] + php: [ 8.2, 8.3, 8.4, 8.5 ] laravel: [ 11, 12 ] steps: