File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 test :
77 runs-on : ubuntu-latest
88
9- # we want to run it on supported combination of Laravel and PHP versions
109 strategy :
1110 fail-fast : false
1211 matrix :
13- php : ['8.1 ', '8.2' ]
14- laravel : ['^9.0', '^10 .0']
12+ php : [ '8.2 ', '8.3' ]
13+ laravel : [ '^11 .0' ]
1514
1615 steps :
1716 - name : Checkout the repo
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " ^8.1 || ^8. 2" ,
23+ "php" : " ^8.2" ,
2424 "ext-json" : " *" ,
25- "laravel/framework" : " ^9.0 || ^10 .0"
25+ "laravel/framework" : " ^11 .0"
2626 },
2727 "require-dev" : {
28- "orchestra/testbench" : " ^7.0 || ^8 .0" ,
28+ "orchestra/testbench" : " ^9 .0" ,
2929 "tmarsteel/mockery-callable-mock" : " ~2.1" ,
3030 "netsells/code-standards-laravel" : " ^1.1"
3131 },
You can’t perform that action at this time.
0 commit comments