Skip to content

Commit

Permalink
use latest phplint
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Apr 6, 2024
1 parent f45af11 commit eb7cc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Expand Up @@ -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
Expand Down

0 comments on commit eb7cc66

Please sign in to comment.