Skip to content

Commit

Permalink
Merge pull request #91 from 2pisoftware/dependabot/github_actions/pip…
Browse files Browse the repository at this point in the history
…eline-components/php-codesniffer-0.31.0

build(deps): bump pipeline-components/php-codesniffer from 0.12.3 to 0.31.0
  • Loading branch information
chris-bateman authored Feb 2, 2024
2 parents ee69903 + 5bd86b5 commit 80c95f7
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.12.3
uses: pipeline-components/php-codesniffer@v0.31.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.12.3
uses: pipeline-components/php-codesniffer@v0.31.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.12.3
uses: pipeline-components/php-codesniffer@v0.31.0
with:
options: -s -p --colors --extensions=php --runtime-set testVersion 8.1

0 comments on commit 80c95f7

Please sign in to comment.