File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- php : [8.0, 8.1]
16- laravel : [8.*, 9.*]
17- dependency-version : [prefer-stable]
15+ php : [8.1, 8.2, 8.3]
16+ laravel : [10.*, 11.*]
17+ dependency-version : [prefer-lowest, prefer-stable]
18+ exclude :
19+ - php : 8.1
20+ laravel : 11.*
1821
1922 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2023
Original file line number Diff line number Diff line change 77 }
88 },
99 "require" : {
10- "php" : " >=7.2 " ,
11- "illuminate/support" : " ^6 .0|^7.0|^8.0|^9 .0" ,
12- "nesbot/carbon" : " 1.*|2.* "
10+ "php" : " ^8.1 " ,
11+ "illuminate/support" : " ^10 .0|^11 .0" ,
12+ "nesbot/carbon" : " ^2.0 "
1313 },
1414 "require-dev" : {
15- "phpunit/phpunit" : " ^8.5|^ 9.5"
15+ "phpunit/phpunit" : " ^9.5"
1616 },
1717 "config" : {
1818 "optimize-autoloader" : true ,
You can’t perform that action at this time.
0 commit comments