From a18536eff92dad1bee82e9536c24f4d2455f5f0b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 18 Feb 2022 09:37:33 +0100 Subject: [PATCH] PHP-Scoper 0.17.0 requires PHP 7.4 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0e74d2a051..bb868e7f865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,6 @@ jobs: fail-fast: false matrix: php-version: - - "7.3" - "7.4" - "8.0" - "8.1"