From f1d2f32783d95e497d272397c82f3af8cdff7321 Mon Sep 17 00:00:00 2001 From: Gasol Wu Date: Tue, 2 Jun 2026 00:20:08 +0800 Subject: [PATCH] Add PHP 8.5 to the 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 41a0c24..ef4801f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Checkout