From bbb00bd4e886c1429ef6e8665a957bb2208659b2 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 25 Jul 2024 12:25:57 +0545 Subject: [PATCH] Add PHP 8.2 and 8.3 to CI for 2.2 branch --- .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 84deb4f..b3d0948 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'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] coverage: ['pcov'] code-analysis: ['no'] include: