From 6ae9a72a018a786f3796d63d816b55395ed129d3 Mon Sep 17 00:00:00 2001 From: Unay Santisteban Date: Tue, 11 Aug 2026 11:16:45 +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 44973f0..24b313a 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"] steps: - name: Checkout