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:
1010
1111 strategy :
1212 matrix :
13- php : ['8.0', '8.1']
14- laravel : [8 .*, 9 .*]
13+ php : ['8.0', '8.1', '8.2' ]
14+ laravel : [9 .*, 10 .*]
1515 stability : [prefer-lowest, prefer-stable]
1616 include :
17- - laravel : 8.*
18- testbench : ^6.6
1917 - laravel : 9.*
2018 testbench : 7.*
19+ - laravel : 10.*
20+ testbench : 8.*
21+ exclude :
22+ - laravel : 10.*
23+ php : 8.0
2124
2225 steps :
2326 - name : Checkout code
Original file line number Diff line number Diff line change 2323 "php" : " ^8.0" ,
2424 "ext-json" : " *" ,
2525 "balping/json-raw-encoder" : " ^1.0" ,
26- "illuminate/support" : " ^8.67|^9 .0"
26+ "illuminate/support" : " ^9.0|^10 .0"
2727 },
2828 "require-dev" : {
2929 "mockery/mockery" : " ^1.5" ,
3030 "phpunit/phpunit" : " ^9.5" ,
31- "orchestra/testbench" : " ^6.23|^7.4 "
31+ "orchestra/testbench" : " ^7.4|^8.0 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
You can’t perform that action at this time.
0 commit comments