File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,17 @@ jobs:
10
10
11
11
strategy :
12
12
matrix :
13
- php : ['8.0', '8.1']
14
- laravel : [8 .*, 9 .*]
13
+ php : ['8.0', '8.1', '8.2' ]
14
+ laravel : [9 .*, 10 .*]
15
15
stability : [prefer-lowest, prefer-stable]
16
16
include :
17
- - laravel : 8.*
18
- testbench : ^6.6
19
17
- laravel : 9.*
20
18
testbench : 7.*
19
+ - laravel : 10.*
20
+ testbench : 8.*
21
+ exclude :
22
+ - laravel : 10.*
23
+ php : 8.0
21
24
22
25
steps :
23
26
- name : Checkout code
Original file line number Diff line number Diff line change 23
23
"php" : " ^8.0" ,
24
24
"ext-json" : " *" ,
25
25
"balping/json-raw-encoder" : " ^1.0" ,
26
- "illuminate/support" : " ^8.67|^9 .0"
26
+ "illuminate/support" : " ^9.0|^10 .0"
27
27
},
28
28
"require-dev" : {
29
29
"mockery/mockery" : " ^1.5" ,
30
30
"phpunit/phpunit" : " ^9.5" ,
31
- "orchestra/testbench" : " ^6.23|^7.4 "
31
+ "orchestra/testbench" : " ^7.4|^8.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments