diff --git a/infection.json5.dist b/infection.json5.dist index 246c04e..515d7ef 100644 --- a/infection.json5.dist +++ b/infection.json5.dist @@ -1,12 +1,11 @@ { - "$schema": "https://raw.githubusercontent.com/infection/infection/0.29.6/resources/schema.json", + "$schema": "https://raw.githubusercontent.com/infection/infection/0.29.10/resources/schema.json", "source": { "directories": [ - "src", - "tests" + "src" ], "excludes": [ - "tests/Fixture", + "tests", "vendor" ] },