Skip to content

Commit 08eb472

Browse files
committed
Fix infection.json5: remove invalid 'threads' property (use -j CLI flag instead)
1 parent d1c55d5 commit 08eb472

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infection.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222
"customPath": "build/phpunit-for-infection.php"
2323
},
2424
"minMsi": 90,
25-
"minCoveredMsi": 90,
26-
"threads": 4
25+
"minCoveredMsi": 90
2726
}

0 commit comments

Comments
 (0)