From 9c8c17be8c88d4c2f87d12ff009680a8450f2e86 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Mon, 1 Dec 2025 21:13:46 +0930 Subject: [PATCH] chore (ci): add CI for PHP 8.5 on 5.1 branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ec92b8..f55f57a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] coverage: ['xdebug'] code-style: ['yes'] code-analysis: ['no'] @@ -20,7 +20,7 @@ jobs: - php-versions: '7.1' code-style: 'yes' code-analysis: 'yes' - - php-versions: '8.4' + - php-versions: '8.5' code-style: 'yes' code-analysis: 'yes' steps: