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 3535 ini-file : development
3636 - run : composer install
3737 - run : docker pull busybox:latest
38- - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
39- if : ${{ matrix.php >= 7.3 }}
40- - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml -c phpunit.xml.legacy
41- if : ${{ matrix.php < 7.3 }}
38+ - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
4239 - name : Check 100% code coverage
4340 shell : php {0}
4441 run : |
Original file line number Diff line number Diff line change 2424 "require-dev" : {
2525 "clue/caret-notation" : " ^0.2" ,
2626 "clue/tar-react" : " ^0.2" ,
27- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
27+ "phpunit/phpunit" : " ^9.6 || ^8.5 || ^ 5.7 || ^4.8.36" ,
2828 "react/async" : " ^4.3 || ^3 || ^2"
2929 },
3030 "autoload" : {
You can’t perform that action at this time.
0 commit comments