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 9209885 commit 5e04a51Copy full SHA for 5e04a51
.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
@@ -24,7 +25,7 @@ jobs:
24
25
- 5.4
26
- 5.3
27
steps:
- - uses: actions/checkout@v3
28
+ - uses: actions/checkout@v4
29
- uses: shivammathur/setup-php@v2
30
with:
31
php-version: ${{ matrix.php }}
composer.json
@@ -24,7 +24,7 @@
"require-dev": {
"clue/caret-notation": "^0.2",
"clue/tar-react": "^0.2",
- "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
+ "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36",
"react/async": "^4 || ^3 || ^2"
},
"autoload": {
0 commit comments