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 7353a03 commit 2b4f466Copy full SHA for 2b4f466
2 files changed
.github/workflows/ci.yml
@@ -32,10 +32,7 @@ jobs:
32
php-version: ${{ matrix.php }}
33
coverage: xdebug
34
- run: composer install
35
- - run: vendor/bin/phpunit --coverage-text
36
- if: ${{ matrix.php >= 7.3 }}
37
- - run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
38
- if: ${{ matrix.php < 7.3 }}
+ - run: vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
39
40
PHPUnit-hhvm:
41
name: PHPUnit (HHVM)
composer.json
@@ -17,7 +17,7 @@
17
"ringcentral/psr7": "^1.2"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
21
"react/async": "^4.3 || ^3 || ^2",
22
"react/event-loop": "^1.2",
23
"react/http": "^1.11",
0 commit comments