We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45af11 commit eb7cc66Copy full SHA for eb7cc66
.github/workflows/build-release.yml
@@ -93,7 +93,7 @@ jobs:
93
sudo php -S 0.0.0.0:80 -t public_html > /dev/null 2>&1 &
94
95
- name: Check PHP syntax errors
96
- uses: overtrue/phplint@2.4.1
+ uses: overtrue/phplint@9.1.2
97
with:
98
path: ./public_html
99
options: --exclude=base/vendor
0 commit comments