From c248de1b89666e75c178667ba48d77fa69b61765 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Mon, 1 Dec 2025 20:55:18 +0930 Subject: [PATCH] chore (ci): add CI for PHP 8.5 on v3 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 cd94fb8..640b87d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.0', '8.1', '8.2', '8.3'] + php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4'] coverage: ['pcov'] code-style: ['no'] code-analysis: ['no'] @@ -21,7 +21,7 @@ jobs: coverage: 'none' code-style: 'yes' code-analysis: 'yes' - - php-versions: '8.4' + - php-versions: '8.5' coverage: 'pcov' code-style: 'no' code-analysis: 'yes'