From 2efd35487c9161eccf3a38b45808ab4766bb496d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Thu, 2 Nov 2023 09:23:40 -0700 Subject: [PATCH] Update ci.yml --- .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 7e0385db9..a31b4b47f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: ["ubuntu-22.04"] - php: ["8.1", "8.2", "8.3", "8.4"] + php: ["8.1", "8.2", "8.3"] coverage: ["none"] include: - os: "ubuntu-22.04"