Skip to content

Commit 67498f7

Browse files
Update infection/infection requirement from ^0.23.0 to ^0.24.0 (#91)
* Update infection/infection requirement from ^0.23.0 to ^0.24.0 Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](infection/infection@0.23.0...0.24.0) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Increase required Infection indicator percentages Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Podlipsky <simon@podlipsky.net>
1 parent 5138954 commit 67498f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/infection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
uses: "ramsey/composer-install@v1"
2727

2828
- name: Run Infection
29-
run: vendor/bin/roave-infection-static-analysis-plugin --min-msi=64 --min-covered-msi=66 --log-verbosity=none -s
29+
run: vendor/bin/roave-infection-static-analysis-plugin --min-msi=93 --min-covered-msi=95 --log-verbosity=none -s
3030
env:
3131
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"doctrine/coding-standard": "^9.0",
22-
"infection/infection": "^0.23.0",
22+
"infection/infection": "^0.24.0",
2323
"phpstan/extension-installer": "^1.1",
2424
"phpstan/phpstan": "0.12.94",
2525
"phpstan/phpstan-phpunit": "0.12.22",

0 commit comments

Comments
 (0)