From 8825b842e70e2dbf1df0937650d395f495171be6 Mon Sep 17 00:00:00 2001
From: Simon Podlipsky <simon@podlipsky.net>
Date: Sat, 23 Mar 2024 20:32:05 +0100
Subject: [PATCH] ci: run native infection

---
 .github/workflows/infection.yaml | 2 +-
 composer.json                    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/infection.yaml b/.github/workflows/infection.yaml
index 10216db..17ced79 100644
--- a/.github/workflows/infection.yaml
+++ b/.github/workflows/infection.yaml
@@ -26,7 +26,7 @@ jobs:
         uses: "ramsey/composer-install@v2"
 
       - 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 4493776..bcfccad 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,6 @@
         "phpstan/phpstan-strict-rules": "^1.1",
         "phpunit/phpunit": "^10.1",
         "psalm/plugin-phpunit": "^0.19.0",
-        "roave/infection-static-analysis-plugin": "^1.31",
         "vimeo/psalm": "^5.0"
     },
     "autoload": {