From 2e6d4a34d114d9d032ae3786da6796f3afb3ed8b Mon Sep 17 00:00:00 2001 From: Andrew Serong <14988353+andrewserong@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:34:41 +1000 Subject: [PATCH] PHP unit test workflow: Try removing 7.0 and 7.1 (#60686) Co-authored-by: andrewserong Co-authored-by: ramonjd --- .github/workflows/unit-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 523418a79ef49a..25420ee5eea77e 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -86,8 +86,6 @@ jobs: fail-fast: true matrix: php: - - '7.0' - - '7.1' - '7.2' - '7.3' - '7.4'