From 0c9451f20260920df6d91941a89b3890b8fc313d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 19 Nov 2023 18:42:57 +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 d2a6bbdfd7..fddd685fae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,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: [ 'xdebug' ] streaming: [ false ] include: