From ff7e998169a0647b5ea5a8a529b21b608fcc240b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 10 Dec 2020 06:43:11 +0100 Subject: [PATCH] Remove tests on PHP 7.2 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a180be..08a906a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,8 +9,8 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 7.2, 7.3, 7.4, 8.0 ] - dependency-version: [ prefer-lowest, prefer-stable ] + php: [ 7.3, 7.4, 8.0 ] + dependency-version: [ prefer-stable ] redis-version: [ 6 ] name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}