Skip to content

Commit 18852cf

Browse files
committed
Update infection
1 parent a2a8d14 commit 18852cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ vendor/bin/deptrac:
5555
curl -Ls http://get.sensiolabs.de/deptrac.phar -o vendor/bin/deptrac && chmod +x vendor/bin/deptrac
5656

5757
vendor/bin/infection: vendor/bin/infection.pubkey
58-
curl -Ls https://github.com/infection/infection/releases/download/0.8.0/infection.phar -o vendor/bin/infection && chmod +x vendor/bin/infection
58+
curl -Ls https://github.com/infection/infection/releases/download/0.8.1/infection.phar -o vendor/bin/infection && chmod +x vendor/bin/infection
5959

6060
vendor/bin/infection.pubkey:
61-
curl -Ls https://github.com/infection/infection/releases/download/0.8.0/infection.phar.pubkey -o vendor/bin/infection.pubkey
61+
curl -Ls https://github.com/infection/infection/releases/download/0.8.1/infection.phar.pubkey -o vendor/bin/infection.pubkey

0 commit comments

Comments
 (0)