From f16ace76cd866b7f8aebc78edbba91a8b8b3e3f6 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 9 Nov 2024 21:20:53 -0500 Subject: [PATCH] chore: Disable 8.4 CI (#426) --- .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 67307784..f88d30a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }}