From b07eed7ce8a3acf1b59fbc8316229d271237e9e6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 28 Jan 2022 09:32:41 +0100 Subject: [PATCH] Update master php testing versions Signed-off-by: Joas Schilling --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c95ac01..b21df91 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.4', '8.0'] name: php${{ matrix.php-versions }} steps: