File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,17 @@ jobs:
10
10
11
11
strategy :
12
12
matrix :
13
- php : ['8.0', '8.1']
14
- laravel : [9.*]
13
+ php : ['8.0', '8.1', '8.2' ]
14
+ laravel : [9.*, 10.* ]
15
15
stability : [prefer-lowest, prefer-stable]
16
16
include :
17
17
- laravel : 9.*
18
18
testbench : 7.*
19
+ - laravel : 10.*
20
+ testbench : 8.*
21
+ exclude :
22
+ - laravel : 10.*
23
+ php : 8.0
19
24
20
25
steps :
21
26
- name : Checkout code
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " >= 8.0" ,
25
+ "php" : " ^ 8.0" ,
26
26
"laravel/framework" : " ^9.0|^10.0" ,
27
27
"guzzlehttp/guzzle" : " ^7.4" ,
28
28
"jenssegers/agent" : " 2.6.*"
29
29
},
30
30
"require-dev" : {
31
- "phpunit/phpunit" : " ^9.5|^10.0.4 " ,
31
+ "phpunit/phpunit" : " ^9.5|^10.0" ,
32
32
"orchestra/testbench" : " ^7.4|^8.0"
33
33
},
34
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments