From 3c2360483442399d81c45f43a9bdef6f5d16ff63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 30 Dec 2022 10:30:49 +0100 Subject: [PATCH] chore(actions): bring back php 8.2 lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ --- .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 83e8a08ca80..ad3add22d60 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ["8.0", "8.1"] + php-versions: ["8.0", "8.1", "8.2"] name: php-lint