Skip to content

Commit eb7cc66

Browse files
committed
use latest phplint
1 parent f45af11 commit eb7cc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
sudo php -S 0.0.0.0:80 -t public_html > /dev/null 2>&1 &
9494
9595
- name: Check PHP syntax errors
96-
uses: overtrue/phplint@2.4.1
96+
uses: overtrue/phplint@9.1.2
9797
with:
9898
path: ./public_html
9999
options: --exclude=base/vendor

0 commit comments

Comments
 (0)