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 3f518cc commit 68240c1Copy full SHA for 68240c1
.github/workflows/ci.yml
@@ -7,10 +7,11 @@ on:
7
jobs:
8
PHPUnit:
9
name: PHPUnit (PHP ${{ matrix.php }})
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
strategy:
12
matrix:
13
php:
14
+ - 8.4
15
- 8.3
16
- 8.2
17
- 8.1
@@ -41,10 +42,11 @@ jobs:
41
42
43
PHPStan:
44
name: PHPStan (PHP ${{ matrix.php }})
45
46
47
48
49
50
51
52
composer.json
@@ -19,7 +19,7 @@
19
"react/socket": "^1.16"
20
},
21
"require-dev": {
22
- "phpstan/phpstan": "1.10.15 || 1.4.10",
+ "phpstan/phpstan": "1.12.13 || 1.4.10",
23
"phpunit/phpunit": "^9.6 || ^7.5",
24
"react/async": "^4.3 || ^3.2"
25
0 commit comments