From c9eb3e413087864216a5a993caf967be021b068b Mon Sep 17 00:00:00 2001 From: Tasuku Yamashita Date: Wed, 28 Jan 2026 14:59:47 +0900 Subject: [PATCH] ci: add PHP 8.3, 8.4, and 8.5 to test matrix Co-Authored-By: Claude Opus 4.5 --- .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 44f3952..923d2f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php: [7.3, 7.4, 8.0, 8.1, 8.2] + php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] phpunit: [9] composer: [2] include: