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 e6d1219 commit 2fad954Copy full SHA for 2fad954
.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
@@ -18,7 +18,7 @@
18
"react/socket": "^1.16"
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
23
"autoload": {
24
"psr-4": {
0 commit comments