Skip to content

Commit

Permalink
build(deps): bump pipeline-components/php-codesniffer
Browse files Browse the repository at this point in the history
Bumps [pipeline-components/php-codesniffer](https://github.com/pipeline-components/php-codesniffer) from 0.35.1 to 0.37.0.
- [Release notes](https://github.com/pipeline-components/php-codesniffer/releases)
- [Commits](pipeline-components/php-codesniffer@v0.35.1...v0.37.0)

---
updated-dependencies:
- dependency-name: pipeline-components/php-codesniffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 1ef1c06 commit 07d54ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Codesniffer
uses: pipeline-components/php-codesniffer@v0.35.1
uses: pipeline-components/php-codesniffer@v0.37.0
with:
options: -s -p --colors --extensions=php --runtime-set testVersion 7.4
php-codesniffer80:
name: PHP CS 8.0
runs-on: ubuntu-latest
steps:
- name: Codesniffer
uses: pipeline-components/php-codesniffer@v0.35.1
uses: pipeline-components/php-codesniffer@v0.37.0
with:
options: -s -p --colors --extensions=php --runtime-set testVersion 8.0
php-codesniffer81:
name: PHP CS 8.1
runs-on: ubuntu-latest
steps:
- name: Codesniffer
uses: pipeline-components/php-codesniffer@v0.35.1
uses: pipeline-components/php-codesniffer@v0.37.0
with:
options: -s -p --colors --extensions=php --runtime-set testVersion 8.1

0 comments on commit 07d54ab

Please sign in to comment.