From b65dfc916655d420d66357644d45bd32b74d847c Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 23 Mar 2024 22:25:13 +0100 Subject: [PATCH] ci: use native Infection --- .github/workflows/infection.yml | 2 +- composer.json | 1 - infection.json.dist | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 96ba3ec..7becbd5 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -28,6 +28,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 }} diff --git a/composer.json b/composer.json index a6ecc38..15a2c34 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,6 @@ "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^10.4", "psalm/plugin-phpunit": "^0.19.0", - "roave/infection-static-analysis-plugin": "^1.8", "vimeo/psalm": "^5.0" }, "autoload": { diff --git a/infection.json.dist b/infection.json.dist index 0dbeb79..bb10836 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -16,6 +16,6 @@ }, "text": "infection-log.txt" }, - "minMsi": 73, - "minCoveredMsi": 85 + "minMsi": 71, + "minCoveredMsi": 83 }