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 49f6811 commit ce43cb1Copy full SHA for ce43cb1
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,4 @@ jobs:
32
extensions: zlib
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' || '' }}
composer.json
@@ -16,7 +16,7 @@
16
"react/stream": "^1.2"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^9.6 || ^6.5",
+ "phpunit/phpunit": "^9.6 || ^8.5 || ^6.5",
20
"react/event-loop": "^1.2"
21
22
"autoload": {
0 commit comments