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.
2 parents d6c1311 + 3dd2e48 commit d518c59Copy full SHA for d518c59
2 files changed
.github/workflows/ci.yml
@@ -31,10 +31,7 @@ jobs:
31
php-version: ${{ matrix.php }}
32
coverage: xdebug
33
- run: composer install
34
- - run: vendor/bin/phpunit --coverage-text
35
- if: ${{ matrix.php >= 7.3 }}
36
- - run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
37
- if: ${{ matrix.php < 7.3 }}
+ - run: vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
38
39
PHPUnit-hhvm:
40
name: PHPUnit (HHVM)
composer.json
@@ -18,7 +18,7 @@
18
"require-dev": {
19
"clue/block-react": "^1.5",
20
"clue/connection-manager-extra": "^1.3",
21
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
22
"react/event-loop": "^1.2",
23
"react/http": "^1.6"
24
},
0 commit comments