From d68c30f87d0467f147dbcf8adb2a38357fafc4f9 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Thu, 16 May 2024 10:22:23 -0700 Subject: [PATCH] Remove Windows PHP 7.x jobs --- .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 26f77fe..f2ef9a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php: ['8.0', '8.1', '8.2', '8.3'] ts: [nts, ts] steps: - name: Checkout