From fc6c67fb3b2605e5c390810e13f1fcebb3a3e4ee Mon Sep 17 00:00:00 2001 From: "@mpyw" Date: Sun, 14 Dec 2025 23:17:18 +0900 Subject: [PATCH] [Claude] Add PHP 8.5 to CI test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fe0d0e..6e76b8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [8.2, 8.3, 8.4] + php: [8.2, 8.3, 8.4, 8.5] lib: - laravel: ^13.0.x-dev - laravel: ^12.0