File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : true
1010 matrix :
11- php : [8.2, 8.0]
12- laravel : [^9.0, ^8.0]
11+ php : [8.2, 8.1, 8. 0]
12+ laravel : [^10.0, ^ 9.0, ^8.0]
1313 dependencies : [lowest, highest]
14+ exclude :
15+ - php : 8.0
16+ laravel : ^10.0
1417
1518 name : P${{ matrix.php }} | L${{ matrix.laravel }} | ${{ matrix.dependencies == 'highest' && '↑' || '↓' }}
1619
Original file line number Diff line number Diff line change 1313 "license" : " BSD-2-Clause" ,
1414 "require" : {
1515 "php" : " ^8.0" ,
16- "illuminate/cache" : " ^8.0|^9 .0" ,
17- "illuminate/console" : " ^8.0|^9 .0" ,
18- "illuminate/support" : " ^8.0|^9 .0"
16+ "illuminate/cache" : " ^8.0 || ^9.0 || ^10 .0" ,
17+ "illuminate/console" : " ^8.0 || ^9.0 || ^10 .0" ,
18+ "illuminate/support" : " ^8.0 || ^9.0 || ^10 .0"
1919 },
2020 "suggest" : {
2121 "geoip2/geoip2" : " Required to use the MaxMind database or web service with GeoIP (~2.1)." ,
You can’t perform that action at this time.
0 commit comments