From addb31af1b720e2d4eb9543f4f3739f39c494b7c Mon Sep 17 00:00:00 2001 From: lux Date: Sun, 10 Dec 2023 16:52:24 -0600 Subject: [PATCH] Removing PHP 7.4 from CI since it's incompatible with psr/log 3.0 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c04d6ab..7c7839e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: php-version: - - "7.4" - "8.0" - "8.1" - "8.2"