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 e58b280 commit f2fff97Copy full SHA for f2fff97
.github/workflows/ci.yml
@@ -11,7 +11,6 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
- - 8.4
15
- 8.3
16
- 8.2
17
- 8.1
@@ -30,7 +29,7 @@ jobs:
30
29
- uses: shivammathur/setup-php@v2
31
with:
32
php-version: ${{ matrix.php }}
33
- coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
+ coverage: xdebug
34
ini-file: development
35
- run: composer install
36
- run: docker pull busybox:latest
composer.json
@@ -19,7 +19,7 @@
19
"react/promise-stream": "^1.6",
20
"react/socket": "^1.16",
21
"react/stream": "^1.4",
22
- "rize/uri-template": "^0.3.8"
+ "rize/uri-template": "^0.3"
23
},
24
"require-dev": {
25
"clue/caret-notation": "^0.2",
0 commit comments