From e7719e98b5d160e237899fd0a8d884b1d59fb019 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 13 Jun 2022 15:19:59 +0200 Subject: [PATCH] Add PHP8.1 + 8.2 lint job Signed-off-by: Christoph Wurst --- .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 153efbb5..a37dfd7c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [7.3, 7.4, 8.0] + php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] name: php${{ matrix.php-versions }} lint steps: - name: Checkout