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 8788a78 + 47e493e commit 0282f12Copy full SHA for 0282f12
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.3
15
- 8.2
16
- 8.1
17
- 8.0
@@ -23,7 +24,7 @@ jobs:
23
24
- 5.5
25
- 5.4
26
steps:
- - uses: actions/checkout@v3
27
+ - uses: actions/checkout@v4
28
- uses: shivammathur/setup-php@v2
29
with:
30
php-version: ${{ matrix.php }}
composer.json
@@ -18,7 +18,7 @@
18
"react/promise": "^3 || ^2.10 || ^1.2.1"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
22
"autoload": {
"psr-4": {
0 commit comments