Skip to content

Commit

Permalink
Bump overtrue/phplint from 9.1 to 9.2
Browse files Browse the repository at this point in the history
Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.1 to 9.2.
- [Release notes](https://github.com/overtrue/phplint/releases)
- [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md)
- [Commits](overtrue/phplint@9.1...9.2)

---
updated-dependencies:
- dependency-name: overtrue/phplint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 0b0f000 commit c09b7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Checking PHP syntax error
uses: overtrue/phplint@9.1
uses: overtrue/phplint@9.2
with:
path: .
options: --exclude=*.log

0 comments on commit c09b7a0

Please sign in to comment.