File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ if [ ! -f "infection.phar" ]; then
103103 echo " infection is not installed. Downloading infection..."
104104
105105 # Download Infection PHAR and signature
106- wget https://github.com/infection/infection/releases/download/0.32.1 /infection.phar
107- wget https://github.com/infection/infection/releases/download/0.32.1 /infection.phar.asc
106+ wget https://github.com/infection/infection/releases/download/0.32.2 /infection.phar
107+ wget https://github.com/infection/infection/releases/download/0.32.2 /infection.phar.asc
108108
109109 # Validate Infection PHAR with GPG
110110 echo " Validating infection signature..."
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ jobs:
164164
165165 - name : Download Infection PHAR
166166 run : |
167- wget https://github.com/infection/infection/releases/download/0.32.1 /infection.phar
168- wget https://github.com/infection/infection/releases/download/0.32.1 /infection.phar.asc
167+ wget https://github.com/infection/infection/releases/download/0.32.2 /infection.phar
168+ wget https://github.com/infection/infection/releases/download/0.32.2 /infection.phar.asc
169169
170170 - name : Validate Infection PHAR
171171 run : |
You can’t perform that action at this time.
0 commit comments