Skip to content

Commit

Permalink
Merge pull request #112 from 2pisoftware/dependabot/github_actions/pi…
Browse files Browse the repository at this point in the history
…peline-components/php-codesniffer-0.32.1

build(deps): bump pipeline-components/php-codesniffer from 0.31.0 to 0.32.1
  • Loading branch information
chris-bateman authored Feb 21, 2024
2 parents c3d24d4 + 47e6173 commit 64c9b74
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.31.0
uses: pipeline-components/php-codesniffer@v0.32.1
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.31.0
uses: pipeline-components/php-codesniffer@v0.32.1
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.31.0
uses: pipeline-components/php-codesniffer@v0.32.1
with:
options: -s -p --colors --extensions=php --runtime-set testVersion 8.1

0 comments on commit 64c9b74

Please sign in to comment.