File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
executable : bin/phpstan
14
14
-
15
15
repo : spaze/phpstan-disallowed-calls
16
+ -
17
+ repo : infection/infection
18
+ args : -c devTools/phpstan.neon
19
+ php : 8.2
16
20
-
17
21
repo : shipmonk-rnd/doctrine-mysql-index-hints
18
22
-
46
50
name : Update Dead Code Detector
47
51
run : |
48
52
composer config repositories.pr vcs https://github.com/${{ github.event.pull_request.head.repo.full_name }}
49
- composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }} --with-all-dependencies
53
+ composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }}
50
54
51
55
-
52
56
name : Run analysis
53
- run : ${{ matrix.executable || 'vendor/bin/phpstan' }} -vvv --ansi
57
+ run : ${{ matrix.executable || 'vendor/bin/phpstan' }} analyse ${{ matrix.args }} -vvv --ansi
You can’t perform that action at this time.
0 commit comments