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