File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,11 @@ jobs:
1414 fail-fast : true
1515 matrix :
1616 php : [8.4, 8.3, 8.2]
17- laravel : ['10.*', ' 11.*']
17+ laravel : ['11.*']
1818 stability : [prefer-stable]
1919 include :
20- - laravel : 10.*
21- testbench : 8.*
2220 - laravel : 11.*
2321 testbench : 9.*
24- exclude :
25- - laravel : 11.*
26- php : 8.1
2722
2823 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
2924
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^8.2" ,
1616 "ext-json" : " *" ,
17- "illuminate/support" : " ^9.0|^10.0|^ 11.0" ,
17+ "illuminate/support" : " ^11.0" ,
1818 "guzzlehttp/guzzle" : " ~6.0|~7.0" ,
1919 "nesbot/carbon" : " ^2.53.1|^3.0"
2020 },
2121 "require-dev" : {
22- "orchestra/testbench" : " ^6.23|^7.0|^8.0|^ 9.0" ,
23- "nunomaduro/collision" : " ^5.3|^6.1|^7.0|^ 8.0" ,
22+ "orchestra/testbench" : " ^9.0" ,
23+ "nunomaduro/collision" : " ^8.0" ,
2424 "roave/security-advisories" : " dev-latest" ,
2525 "larastan/larastan" : " ^3.0.2" ,
2626 "laravel/pint" : " ^1.13" ,
You can’t perform that action at this time.
0 commit comments