Skip to content

Commit

Permalink
chore(deps): bump infection to v0.26 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Oct 7, 2023
1 parent efac8f9 commit ff61ad9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yaml
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: "ramsey/composer-install@v1"

- name: Run Infection
run: vendor/bin/infection --min-msi=90 --min-covered-msi=90 --log-verbosity=none -s
run: vendor/bin/infection
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -40,7 +40,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
"infection/infection": "^0.20.2",
"infection/infection": "^0.26.21",
"nyholm/psr7": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12.68",
Expand Down
9 changes: 6 additions & 3 deletions infection.json.dist
Expand Up @@ -10,9 +10,12 @@
"@default": true
},
"logs": {
"badge": {
"branch": "master"
"html": "infection.html",
"stryker": {
"report": "master"
},
"text": "infection-log.txt"
}
},
"minMsi": 90,
"minCoveredMsi": 90
}

0 comments on commit ff61ad9

Please sign in to comment.