Skip to content

Commit 5cd77a0

Browse files
Use Phive to manage Infection PHAR
1 parent b85d1b0 commit 5cd77a0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
- name: Run mutation testing
254254
run: |
255255
git fetch origin $GITHUB_BASE_REF
256-
php tools/infection.phar --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered
256+
php ./tools/infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered
257257
258258
build-phar:
259259
name: Build PHAR

.phive/phars.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<phar name="psalm" version="^5.0" installed="5.23.1" location="./tools/psalm" copy="true"/>
66
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.11" location="./tools/php-scoper" copy="true"/>
77
<phar name="composer" version="^2.0.3" installed="2.7.2" location="./tools/composer" copy="true"/>
8+
<phar name="infection" version="^0.28" installed="0.28.1" location="./tools/infection" copy="true"/>
89
</phive>
File renamed without changes.

0 commit comments

Comments
 (0)