From a849b3fa0ce5d781896a38cae08e78c7fa196cd4 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 25 May 2022 16:21:46 +0200 Subject: [PATCH] Add lint job for PHP8.2 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 eb117a2ab9a..983b0af6d93 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] name: php${{ matrix.php-versions }} lint steps: - name: Checkout