diff --git a/.claude/hooks/SessionStart.sh b/.claude/hooks/SessionStart.sh index d5e061f..e76ea21 100755 --- a/.claude/hooks/SessionStart.sh +++ b/.claude/hooks/SessionStart.sh @@ -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..." diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17ed7ed..87884e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -143,7 +143,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 with: - php-version: '8.2' + php-version: '8.3' extensions: json coverage: xdebug tools: composer:v2 @@ -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: |