From 1633875113f16df13ada4bd39966c2dfb2525beb Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 25 Jan 2022 14:51:02 +0100 Subject: [PATCH] remove support for 7.2 --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65215d9..8dcac10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,6 @@ jobs: - smbclient - libsmbclient php-version: - - "7.2" - "7.3" - "7.4" - "8.0" @@ -213,7 +212,6 @@ jobs: fail-fast: false matrix: php-version: - - "7.2" - "7.3" - "7.4" - "8.0"