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 3232 php-version : ${{ matrix.php }}
3333 coverage : xdebug
3434 - run : composer install
35- - run : vendor/bin/phpunit --coverage-text
36- if : ${{ matrix.php >= 7.3 }}
37- - run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
38- if : ${{ matrix.php < 7.3 }}
35+ - run : vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
3936
4037 PHPUnit-hhvm :
4138 name : PHPUnit (HHVM)
Original file line number Diff line number Diff line change 1717 "ringcentral/psr7" : " ^1.2"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
20+ "phpunit/phpunit" : " ^9.6 || ^8.5 || ^ 5.7 || ^4.8.36" ,
2121 "react/async" : " ^4.3 || ^3 || ^2" ,
2222 "react/event-loop" : " ^1.2" ,
2323 "react/http" : " ^1.11" ,
You can’t perform that action at this time.
0 commit comments