From bb12519c30c35d4352e4dbb6daab2388618f4daf Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Fri, 15 May 2026 10:09:16 +0200 Subject: [PATCH] chore: Fix linting supported PHP versions Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .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 1bec137f..30405c40 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [8.2', "8.3", "8.4"] + php-versions: ["8.2", "8.3", "8.4", "8.5"] name: php-lint