From b0457a7f9a7a0dc6f5a2eca2bdb4d71148582202 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Thu, 2 Nov 2023 09:31:46 -0700 Subject: [PATCH] CLI-1151: Support PHP 8.3 and 8.4 (#1622) * CLI-1151: Support PHP 8.3 and 8.4 * Update ci.yml --- .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 6ea2693d5..a31b4b47f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,11 @@ jobs: strategy: matrix: os: ["ubuntu-22.04"] - php: ["8.1", "8.2"] + php: ["8.1", "8.2", "8.3"] coverage: ["none"] include: - os: "ubuntu-22.04" - php: "8.1" + php: "8.2" coverage: "pcov" # Only test pre-installed (i.e. fast) versions of PHP on Windows. - os: "windows-2022"