Skip to content

Commit 86f3d64

Browse files
authored
E2E: add infection/infection (#213)
1 parent 12af219 commit 86f3d64

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
executable: bin/phpstan
1414
-
1515
repo: spaze/phpstan-disallowed-calls
16+
-
17+
repo: infection/infection
18+
args: -c devTools/phpstan.neon
19+
php: 8.2
1620
-
1721
repo: shipmonk-rnd/doctrine-mysql-index-hints
1822
-
@@ -46,8 +50,8 @@ jobs:
4650
name: Update Dead Code Detector
4751
run: |
4852
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 }}
5054
5155
-
5256
name: Run analysis
53-
run: ${{ matrix.executable || 'vendor/bin/phpstan' }} -vvv --ansi
57+
run: ${{ matrix.executable || 'vendor/bin/phpstan' }} analyse ${{ matrix.args }} -vvv --ansi

0 commit comments

Comments
 (0)