File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ if [ ! -f "infection.phar" ]; then
7171 echo " infection is not installed. Downloading infection..."
7272
7373 # Download Infection PHAR and signature
74- wget https://github.com/infection/infection/releases/download/0.31.9 /infection.phar
75- wget https://github.com/infection/infection/releases/download/0.31.9 /infection.phar.asc
74+ wget https://github.com/infection/infection/releases/download/0.32.0 /infection.phar
75+ wget https://github.com/infection/infection/releases/download/0.32.0 /infection.phar.asc
7676
7777 # Validate Infection PHAR with GPG
7878 echo " Validating infection signature..."
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161161
162162 - name : Download Infection PHAR
163163 run : |
164- wget https://github.com/infection/infection/releases/download/0.31.9 /infection.phar
165- wget https://github.com/infection/infection/releases/download/0.31.9 /infection.phar.asc
164+ wget https://github.com/infection/infection/releases/download/0.32.0 /infection.phar
165+ wget https://github.com/infection/infection/releases/download/0.32.0 /infection.phar.asc
166166
167167 - name : Validate Infection PHAR
168168 run : |
You can’t perform that action at this time.
0 commit comments