Skip to content

Commit

Permalink
Change vendor actions in php-compat.yml to latest versions
Browse files Browse the repository at this point in the history
- Update github/checkout to v4
- Update pipeline-components/php-codesniffer to always use master
  • Loading branch information
Potherca authored Feb 18, 2024
1 parent 8e7a972 commit 761b550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- '8.1'
- '8.2'
steps:
- uses: actions/checkout@v3
- uses: pipeline-components/php-codesniffer@v0.28.1
- uses: actions/checkout@v4
- uses: pipeline-components/php-codesniffer@master
with:
options: "-s --extensions=php --standard=PHPCompatibility --runtime-set testVersion ${{ matrix.version }}"

0 comments on commit 761b550

Please sign in to comment.