Skip to content

Commit

Permalink
ci: use native Infection (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Mar 23, 2024
1 parent 681cb05 commit 9e6e43b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: "ramsey/composer-install@v1"

- name: Run Infection
run: vendor/bin/roave-infection-static-analysis-plugin --threads=$(nproc)
run: vendor/bin/infection --threads=$(nproc)
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^10.3",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.13",
"vimeo/psalm": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 9e6e43b

Please sign in to comment.