File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,14 @@ jobs:
1919 fail-fast : true
2020 matrix :
2121 os : [ubuntu-latest, windows-latest]
22- php : [8.1, 8. 2, 8.3, 8.4]
23- laravel : ['10 .*', '11 .*']
22+ php : [8.2, 8.3, 8.4]
23+ laravel : ['11 .*', '12 .*']
2424 stability : [prefer-lowest, prefer-stable]
2525 include :
26- - laravel : 10.*
27- testbench : 8.*
2826 - laravel : 11.*
2927 testbench : 9.*
30- exclude :
31- - laravel : 11.*
32- php : 8.1
28+ - laravel : 12.*
29+ testbench : 10.*
3330
3431 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3532
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^8.1 " ,
14+ "php" : " ^8.2 " ,
1515 "ext-json" : " *" ,
1616 "ext-zip" : " *" ,
17- "illuminate/console" : " ^10 .0 || ^11 .0" ,
18- "illuminate/filesystem" : " ^10 .0 || ^11 .0" ,
19- "illuminate/support" : " ^10 .0 || ^11 .0" ,
17+ "illuminate/console" : " ^11 .0 || ^12 .0" ,
18+ "illuminate/filesystem" : " ^11 .0 || ^12 .0" ,
19+ "illuminate/support" : " ^11 .0 || ^12 .0" ,
2020 "symfony/finder" : " ^6.0 || ^7.0" ,
2121 "symfony/process" : " ^6.0 || ^7.0" ,
2222 "league/flysystem" : " ^3.0"
2323 },
2424 "require-dev" : {
25- "orchestra/testbench" : " ^8 .0 || ^9 .0" ,
25+ "orchestra/testbench" : " ^9 .0 || ^10 .0" ,
2626 "friendsofphp/php-cs-fixer" : " ^3.1.0" ,
2727 "spatie/ray" : " ^1.33" ,
28- "pestphp/pest" : " ^2.25 " ,
28+ "pestphp/pest" : " ^3.0 " ,
2929 "phpstan/phpstan" : " ^1.10"
3030 },
3131 "extra" : {
You can’t perform that action at this time.
0 commit comments