File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 coverage : xdebug
3434 ini-file : development
3535 - run : composer install
36- - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
37- if : ${{ matrix.php >= 7.3 }}
38- - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml -c phpunit.xml.legacy
39- if : ${{ matrix.php < 7.3 }}
36+ - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
4037 - name : Check 100% code coverage
4138 shell : php {0}
4239 run : |
Original file line number Diff line number Diff line change 1515 "react/promise" : " ^3 || ^2.2.1 || ^1.2.1"
1616 },
1717 "require-dev" : {
18- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
18+ "phpunit/phpunit" : " ^9.6 || ^8.5 || ^ 5.7 || ^4.8.36" ,
1919 "react/async" : " ^4 || ^3 || ^2" ,
2020 "react/event-loop" : " ^1.2" ,
2121 "react/http" : " ^1.8"
You can’t perform that action at this time.
0 commit comments