From eb7cc662363e08a4ab7fbd785035002b81530b40 Mon Sep 17 00:00:00 2001 From: Michiel Dethmers Date: Sat, 6 Apr 2024 15:49:55 +0100 Subject: [PATCH] use latest phplint --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 20ac1c9c6..e6ce1f5f8 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -93,7 +93,7 @@ jobs: sudo php -S 0.0.0.0:80 -t public_html > /dev/null 2>&1 & - name: Check PHP syntax errors - uses: overtrue/phplint@2.4.1 + uses: overtrue/phplint@9.1.2 with: path: ./public_html options: --exclude=base/vendor