File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
PHPUnit :
9
9
name : PHPUnit (PHP ${{ matrix.php }})
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.4
14
15
- 8.3
15
16
- 8.2
16
17
- 8.1
@@ -41,10 +42,11 @@ jobs:
41
42
42
43
PHPStan :
43
44
name : PHPStan (PHP ${{ matrix.php }})
44
- runs-on : ubuntu-22 .04
45
+ runs-on : ubuntu-24 .04
45
46
strategy :
46
47
matrix :
47
48
php :
49
+ - 8.4
48
50
- 8.3
49
51
- 8.2
50
52
- 8.1
Original file line number Diff line number Diff line change 19
19
"react/socket" : " ^1.16"
20
20
},
21
21
"require-dev" : {
22
- "phpstan/phpstan" : " 1.10.15 || 1.4.10" ,
22
+ "phpstan/phpstan" : " 1.12.13 || 1.4.10" ,
23
23
"phpunit/phpunit" : " ^9.6 || ^7.5" ,
24
24
"react/async" : " ^4.3 || ^3.2"
25
25
},
26
26
"autoload" : {
27
- "psr-4" : {
27
+ "psr-4" : {
28
28
"Clue\\ React\\ Redis\\ " : " src/"
29
29
}
30
30
},
31
31
"autoload-dev" : {
32
- "psr-4" : {
32
+ "psr-4" : {
33
33
"Clue\\ Tests\\ React\\ Redis\\ " : " tests/"
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments