File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/PHPUnit/__tests__/fixtures/phpunit-stub Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5656 - name : Install Composer dependencies (PHPUnit)
5757 run : cd ${{ env.PHPUNIT_PROJECT }} && composer update --prefer-dist --no-interaction --no-progress
5858
59+ - name : Install PHPUnit 10.5.30 for PHP 8.1
60+ if : matrix.php == '8.1'
61+ run : cd ${{ env.PHPUNIT_PROJECT }} && composer require phpunit/phpunit:10.5.30 --prefer-dist --no-interaction --no-progress
62+
5963 - name : Install Composer dependencies (PEST)
6064 if : matrix.php >= '8.0'
6165 run : cd ${{ env.PEST_PROJECT }} && composer update --prefer-dist --no-interaction --no-progress
Original file line number Diff line number Diff line change 22 "name" : " recca0120/vscode-phpunit" ,
33 "type" : " project" ,
44 "require-dev" : {
5- "phpunit/phpunit" : " ^11.0 || ^10.0 || ^9.5 || ^7.5" ,
5+ "phpunit/phpunit" : " ^12.0 || ^ 11.0 || ^10.0 || ^9.5 || ^7.5" ,
66 "mockery/mockery" : " ^1.5 || 1.3" ,
77 "brianium/paratest" : " ^7.0 || ^6.6 || ^4.0"
88 },
You can’t perform that action at this time.
0 commit comments