From 70bab4492d0f6297c06bd4d62c201ad731b45235 Mon Sep 17 00:00:00 2001 From: Michael Kopinsky Date: Tue, 19 Nov 2024 19:45:40 -0500 Subject: [PATCH] Remove PHP 7.2 and 7.3, they've been EOL for several years --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a90613..9fe32c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,6 @@ jobs: # - windows-latest # Disabled - apparently checkouts have \r\n which breaks phpcs - macos-latest php-versions: - - '7.2' - - '7.3' - '7.4' - '8.0' - '8.1'