File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777
7878 - name : Statically analyze using Psalm
7979 if : always() && steps.finishPrepare.outcome == 'success'
80- run : psalm --output-format=github
80+ run : psalm --output-format=github --php-version=${{ matrix.php }}
8181
8282 - name : Upload coverage results to Codecov
8383 uses : codecov/codecov-action@a1ed4b322b4b38cb846afb5a0ebfa17086917d27 # pin@v1
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Statically analyze using PHPMD
169169 if : always() && steps.composerInstall.outcome == 'success'
170- run : phpmd . ansi phpmd.xml.dist --exclude 'tests/*,vendor/*'
170+ run : phpmd . github phpmd.xml.dist --exclude 'tests/*,vendor/*'
171171
172172 coding-style :
173173 name : Coding Style & Frontend Analysis
Original file line number Diff line number Diff line change 3939 " @analyze" ,
4040 " @test"
4141 ],
42- "fix" : " php-cs-fixer fix --config .php_cs " ,
42+ "fix" : " php-cs-fixer fix" ,
4343 "test" : " phpunit --stderr --coverage-html=tests/coverage"
4444 }
4545}
You can’t perform that action at this time.
0 commit comments