We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a14d1bd + 89cb6f3 commit d9decf2Copy full SHA for d9decf2
1 file changed
.github/workflows/php-version-sniff.yml
@@ -12,7 +12,7 @@ concurrency:
12
# The concurrency group contains the workflow name and the branch name.
13
group: ${{ github.workflow }}-${{ github.ref }}
14
cancel-in-progress: true
15
-
+
16
jobs:
17
php-codesniffer:
18
strategy:
@@ -24,8 +24,8 @@ jobs:
24
- uses: pipeline-components/php-codesniffer@master
25
with:
26
options: >-
27
- -s
28
- --ignore='*vendor/*'
+ -s
+ --ignore='*vendor/*'
29
--standard=PHPCompatibility
30
--extensions=php
31
--runtime-set testVersion ${{ matrix.php }}
0 commit comments