From b6b32eca1b951fa1cb198e2d877c08d6d6a5cb42 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 19 Nov 2023 18:40:23 +0545 Subject: [PATCH] Add PHP 8.3 to CI --- .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 3c8e8a86..3d665e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3'] coverage: ['pcov'] code-analysis: ['no'] include: