Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/hooks/SessionStart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ if [ ! -f "infection.phar" ]; then
echo "infection is not installed. Downloading infection..."

# Download Infection PHAR and signature
wget https://github.com/infection/infection/releases/download/0.32.3/infection.phar
wget https://github.com/infection/infection/releases/download/0.32.3/infection.phar.asc
wget https://github.com/infection/infection/releases/download/0.32.7/infection.phar
wget https://github.com/infection/infection/releases/download/0.32.7/infection.phar.asc

# Validate Infection PHAR with GPG
echo "Validating infection signature..."
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ jobs:

- name: Download Infection PHAR
run: |
wget https://github.com/infection/infection/releases/download/0.32.3/infection.phar
wget https://github.com/infection/infection/releases/download/0.32.3/infection.phar.asc
wget https://github.com/infection/infection/releases/download/0.32.7/infection.phar
wget https://github.com/infection/infection/releases/download/0.32.7/infection.phar.asc

- name: Validate Infection PHAR
run: |
Expand Down
Loading