File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.3
14
15
- 8.2
15
16
- 8.1
16
17
- 8.0
19
20
- 7.2
20
21
- 7.1
21
22
steps :
22
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
23
24
- uses : shivammathur/setup-php@v2
24
25
with :
25
26
php-version : ${{ matrix.php }}
44
45
strategy :
45
46
matrix :
46
47
php :
48
+ - 8.3
47
49
- 8.2
48
50
- 8.1
49
51
- 8.0
52
54
- 7.2
53
55
- 7.1
54
56
steps :
55
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
56
58
- uses : shivammathur/setup-php@v2
57
59
with :
58
60
php-version : ${{ matrix.php }}
Original file line number Diff line number Diff line change 25
25
"phpunit/phpunit" : " ^9.6 || ^7.5"
26
26
},
27
27
"autoload" : {
28
- "psr-4" : { "Clue\\ React\\ Redis\\ " : " src/" }
28
+ "psr-4" : {
29
+ "Clue\\ React\\ Redis\\ " : " src/"
30
+ }
29
31
},
30
32
"autoload-dev" : {
31
- "psr-4" : { "Clue\\ Tests\\ React\\ Redis\\ " : " tests/" }
33
+ "psr-4" : {
34
+ "Clue\\ Tests\\ React\\ Redis\\ " : " tests/"
35
+ }
32
36
}
33
37
}
You can’t perform that action at this time.
0 commit comments