From b4babf1b353c8fee52c5956f7a54bcbcaa6c1629 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 28 Jan 2022 09:21:05 +0100 Subject: [PATCH] Update master php testing versions Signed-off-by: Joas Schilling --- .github/workflows/lint-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 45493c345..7be6843b7 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ["7.3", "7.4", "8.0"] + php-versions: ["7.4", "8.0"] name: php-lint