From a0fcd02a67c0c9987d53e7acc4cc4a5fb2251994 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 27 May 2026 09:59:41 +0100 Subject: [PATCH] Add PHP 8.5 to CI workflow 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 1e0540f..84a1de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] stability: [prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.stability }}