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 104be46 + 95dddd5 commit d9cefeaCopy full SHA for d9cefea
.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
@@ -15,7 +15,7 @@
15
"react/stream": "^1.2"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
19
"react/child-process": "^0.6.3",
20
"react/event-loop": "^1.2"
21
0 commit comments