File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4343 - run : composer install
4444 - run : docker run -d --name mysql --net=host -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_DATABASE=test -e MYSQL_USER=test -e MYSQL_PASSWORD=test ${{ matrix.rdbms }}
4545 - run : bash tests/wait-for-mysql.sh
46- - run : vendor/bin/phpunit --coverage-text
47- if : ${{ matrix.php >= 7.3 }}
48- - run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
49- if : ${{ matrix.php < 7.3 }}
46+ - run : vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
5047
5148 PHPUnit-hhvm :
5249 name : PHPUnit (HHVM)
Original file line number Diff line number Diff line change 1313 "react/socket" : " ^1.16"
1414 },
1515 "require-dev" : {
16- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
16+ "phpunit/phpunit" : " ^9.6 || ^8.5 || ^ 5.7 || ^4.8.36" ,
1717 "react/async" : " ^4.3 || ^3 || ^2"
1818 },
1919 "autoload" : {
You can’t perform that action at this time.
0 commit comments