File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 if : steps.composer-cache.outputs.cache-hit != 'true'
4242 run : |
4343 composer config version 1.9.0
44- ${{ matrix.php >= 7.2 && matrix.php < 8 && matrix.setup == 'lowest' && 'composer require --no-update "phpunit/phpunit:^5.7.27||^6.5.14||^ 7.5.20" --no-interaction;' || '' }}
44+ ${{ matrix.php >= 7.2 && matrix.php < 8 && matrix.setup == 'lowest' && 'composer require --no-update "phpunit/phpunit:^7.5.20" --no-interaction;' || '' }}
4545 ${{ matrix.php >= 8 && 'composer require --no-update phpunit/phpunit:^8.5.14 --no-interaction;' || '' }}
4646 composer update --prefer-dist ${{ matrix.setup != 'next' && format('--prefer-{0}', matrix.setup) || '' }} --no-progress ${{ matrix.php >= 8.1 && '--ignore-platform-req=php' || '' }} --no-interaction
4747
Original file line number Diff line number Diff line change 3333 "nodejs-php-fallback/less" : " ^1.0.5" ,
3434 "nodejs-php-fallback/stylus" : " ^1.0.4" ,
3535 "nodejs-php-fallback/uglify" : " ^1.0.4" ,
36- "phpunit/phpunit" : " ^7.5.20 || ^8.5.41 || ^9.6.22 " ,
36+ "phpunit/phpunit" : " ^7.5.20 || ^8.5.52 || ^9.6.34 " ,
3737 "phpunit/php-code-coverage" : " ^6.1.4 || ^7.0.17 || ^9.2.32" ,
3838 "phpunit/php-invoker" : " ^1.1.4 || ^3.1.1" ,
3939 "pug-php/pug" : " ^3.4.1" ,
4040 "pug-php/pug-filter-coffee-script" : " ^1.3.1" ,
41- "squizlabs/php_codesniffer" : " ^3.7.2 "
41+ "squizlabs/php_codesniffer" : " ^3.13.5 "
4242 },
4343 "replace" : {
4444 "phug/ast" : " self.version" ,
You can’t perform that action at this time.
0 commit comments