From f6eec01334d6ef2e7c6a92796d9f0ba2c45d1944 Mon Sep 17 00:00:00 2001 From: matks Date: Thu, 7 Jan 2021 17:32:53 +0100 Subject: [PATCH] Drop php7.1 for tests --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e9010e9..f7e15a3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - php-versions: ['7.1', '7.2','7.4'] + php-versions: ['7.2','7.4'] runs-on: ubuntu-latest name: PHPUnit steps: