File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
88 run-tests :
9-
109 runs-on : ubuntu-latest
10+
1111 strategy :
1212 matrix :
1313 php : [8.5, 8.4, 8.3]
14- laravel : ['12.*']
14+ laravel : ['12.*', '13.*' ]
1515 dependency-version : [prefer-stable]
1616
1717 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 1717 " laravel-passport-claims"
1818 ],
1919 "require" : {
20- "illuminate/support" : " ^11.0|^12.0" ,
20+ "illuminate/support" : " ^11.0|^12.0|^13.0 " ,
2121 "laravel/passport" : " ^11.2|^12.0|^13.0" ,
2222 "nesbot/carbon" : " ^3"
2323 },
2424 "require-dev" : {
2525 "mockery/mockery" : " ^1.6" ,
26- "orchestra/testbench" : " ^9.0|^10.0" ,
26+ "orchestra/testbench" : " ^9.0|^10.0|^11.0 " ,
2727 "phpseclib/phpseclib" : " ^3.0" ,
2828 "phpseclib/phpseclib2_compat" : " ^1.0" ,
2929 "pestphp/pest" : " ^3.7"
You can’t perform that action at this time.
0 commit comments