Skip to content

Commit

Permalink
Merge pull request #19 from pdsinterop/feature/php-version-sniff
Browse files Browse the repository at this point in the history
Fix yaml syntax
  • Loading branch information
ylebre authored Aug 26, 2022
2 parents a14d1bd + 89cb6f3 commit d9decf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-version-sniff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
# The concurrency group contains the workflow name and the branch name.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
php-codesniffer:
strategy:
Expand All @@ -24,8 +24,8 @@ jobs:
- uses: pipeline-components/php-codesniffer@master
with:
options: >-
-s
--ignore='*vendor/*'
-s
--ignore='*vendor/*'
--standard=PHPCompatibility
--extensions=php
--runtime-set testVersion ${{ matrix.php }}

0 comments on commit d9decf2

Please sign in to comment.