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 3131 php-version : ${{ matrix.php }}
3232 coverage : xdebug
3333 - run : composer install
34- - run : vendor/bin/phpunit --coverage-text
35- if : ${{ matrix.php >= 7.3 }}
36- - run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
37- if : ${{ matrix.php < 7.3 }}
34+ - run : vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
3835
3936 PHPUnit-hhvm :
4037 name : PHPUnit (HHVM)
Original file line number Diff line number Diff line change 1818 "require-dev" : {
1919 "clue/block-react" : " ^1.5" ,
2020 "clue/connection-manager-extra" : " ^1.3" ,
21- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
21+ "phpunit/phpunit" : " ^9.6 || ^8.5 || ^ 5.7 || ^4.8.36" ,
2222 "react/event-loop" : " ^1.2" ,
2323 "react/http" : " ^1.6"
2424 },
You can’t perform that action at this time.
0 commit comments