From 6a28da5d33d905514ca3785802a674f8a5396260 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 9 Dec 2023 00:04:20 +0100 Subject: [PATCH] Update phplint.yml --- .github/workflows/phplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index 67e8caa0..a1270e81 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: overtrue/phplint@7.4 + - uses: overtrue/phplint@3.4 with: path: . options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"