We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6592f2 + 681e2b1 commit 0fe68f4Copy full SHA for 0fe68f4
.github/workflows/test-php.yaml
@@ -48,7 +48,7 @@ jobs:
48
# https://github.com/marketplace/actions/check-php-syntax-errors
49
- name: php-lint
50
if: ${{ inputs.php-lint }}
51
- uses: overtrue/phplint@e2ebdbac93fa6ffe45d724e350f77df34c1f8fb4 # 9.6.2
+ uses: overtrue/phplint@69ec6707970ef95bdc6cd7489e407dbf9ff2981b # 9.7.1
52
with:
53
options: ${{ inputs.php-lint-cmd }}
54
0 commit comments