This repository was archived by the owner on Oct 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 fail-fast : true
1212 matrix :
1313 os : [ubuntu-latest]
14- php : [ 8.3 , 8.2 ]
15- laravel : [ '10.*', ' 11.*' ]
14+ php : [ 8.4 , 8.3 ]
15+ laravel : [ ^12.0, ^ 11.0 ]
1616 stability : [prefer-lowest, prefer-stable]
1717 include :
18- - laravel : 11.*
19- testbench : 9.*
20- - laravel : 10.*
21- testbench : 8.*
18+ - laravel : ^12.0
19+ testbench : ^10.0
20+ - laravel : ^11.0
21+ testbench : ^9.0
2222
2323 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " ^8.2 " ,
18+ "php" : " ^8.3 " ,
1919 "google/apiclient" : " ^2.13" ,
20- "laravel/framework" : " ^10 .0|^11 .0" ,
20+ "laravel/framework" : " ^11 .0|^12 .0" ,
2121 "maatwebsite/excel" : " ^3.1" ,
2222 "spatie/laravel-package-tools" : " ^1.15"
2323 },
2424 "require-dev" : {
2525 "laravel/pint" : " ^1.0" ,
26- "phpunit/phpunit" : " ^10.5|^ 11.0"
26+ "phpunit/phpunit" : " ^11.0"
2727 },
2828 "autoload" : {
2929 "psr-4" : {
4949 "config" : {
5050 "sort-packages" : true
5151 }
52- }
52+ }
You can’t perform that action at this time.
0 commit comments