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 4242 - run : composer install
4343 - run : sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start
4444 - run : sudo /etc/init.d/asterisk status || sleep 2
45- - run : vendor/bin/phpunit --coverage-text
46- if : ${{ matrix.php >= 7.3 }}
47- - run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
48- if : ${{ matrix.php < 7.3 }}
45+ - run : vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
Original file line number Diff line number Diff line change 1818 "react/socket" : " ^1.17"
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36" ,
21+ "phpunit/phpunit" : " ^9.6 || ^8.5 || ^ 5.7 || ^4.8.36" ,
2222 "react/async" : " ^4.3 || ^3.2 || ^2.2"
2323 },
2424 "autoload" : {
You can’t perform that action at this time.
0 commit comments