File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 max-parallel : 10
1010 matrix :
11- laravel-version : ['^11.1']
11+ laravel-version : ['^11.1', '^12.1' ]
1212 preference : ['stable']
13- php-version : ['8.2', '8.3']
13+ php-version : ['8.2', '8.3', '8.4']
14+ exclude :
15+ - laravel-version : ^12.1
16+ php-version : 8.2
1417 name : Laravel ${{ matrix.laravel-version }} (${{ matrix.preference }}) on PHP ${{ matrix.php-version }}
1518 steps :
1619 - name : Checkout
Original file line number Diff line number Diff line change 2323 ],
2424 "require" : {
2525 "php" : " ^8.2" ,
26- "illuminate/support" : " ^11.1" ,
26+ "illuminate/support" : " ^11.1 || ^12.1 " ,
2727 "intervention/image" : " ^3.7" ,
2828 "reliqarts/laravel-common" : " ^8.0" ,
2929 "ext-json" : " *" ,
3232 },
3333 "require-dev" : {
3434 "laravel/pint" : " ^1.15" ,
35- "orchestra/testbench" : " ^9.0" ,
35+ "orchestra/testbench" : " ^9.0 || ^10.0 " ,
3636 "phpro/grumphp" : " ^2.5" ,
3737 "phpspec/prophecy-phpunit" : " ^2.0" ,
3838 "phpunit/phpunit" : " ^11.0" ,
You can’t perform that action at this time.
0 commit comments