File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : 🤖 Validate composer.json and composer.lock
3939 run : composer validate --ansi --strict
4040
41+ # Infection is dev-only and requires PHP >= 8.3, which breaks installation
42+ # on the 8.2 matrix leg. It is not needed for the security audit.
43+ - name : 🧹 Remove Infection (incompatible with PHP 8.2)
44+ run : composer remove --dev infection/infection --no-update --no-interaction
45+
4146 - name : 📥 Install dependencies with composer
4247 uses : ramsey/composer-install@v3
4348 with :
Original file line number Diff line number Diff line change 4444 - name : 🤖 Validate composer.json and composer.lock
4545 run : composer validate --ansi --strict
4646
47+ # Infection is dev-only and requires PHP >= 8.3, which breaks installation
48+ # on the 8.2 matrix leg. It is not needed to run the test suite.
49+ - name : 🧹 Remove Infection (incompatible with PHP 8.2)
50+ run : composer remove --dev infection/infection --no-update --no-interaction
51+
4752 - name : 📥 Install dependencies with composer
4853 uses : ramsey/composer-install@v3
4954 env :
You can’t perform that action at this time.
0 commit comments