We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f6221 commit 1a9e854Copy full SHA for 1a9e854
2 files changed
.github/workflows/ci.yml
@@ -42,7 +42,4 @@ jobs:
42
- run: composer install
43
- run: sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start
44
- 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 }}
+ - run: vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
composer.json
@@ -18,7 +18,7 @@
18
"react/socket": "^1.17"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
22
"react/async": "^4.3 || ^3.2 || ^2.2"
23
24
"autoload": {
0 commit comments