File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ jobs:
1414 fail-fast : true
1515 matrix :
1616 php : [7.2, 7.3, 7.4]
17- laravel : [^6.0, ^7.0]
17+ laravel : [^6.0, ^7.0, ^8.0 ]
1818 phpunit : [^7.5, ^8.0, ^9.0]
1919 exclude :
2020 - php : 7.2
2121 phpunit : ^9.0
22+ - php : 7.2
23+ laravel : ^8.0
2224
2325 name : P${{ matrix.php }} - L${{ matrix.laravel }} - U${{ matrix.phpunit }}
2426
Original file line number Diff line number Diff line change 1515 "ext-zip" : " *" ,
1616 "php-webdriver/webdriver" : " ^1.8.1" ,
1717 "nesbot/carbon" : " ^2.0" ,
18- "illuminate/console" : " ^6.0|^7.0" ,
19- "illuminate/support" : " ^6.0|^7.0" ,
18+ "illuminate/console" : " ^6.0|^7.0|^8.0 " ,
19+ "illuminate/support" : " ^6.0|^7.0|^8.0 " ,
2020 "symfony/console" : " ^4.3|^5.0" ,
2121 "symfony/finder" : " ^4.3|^5.0" ,
2222 "symfony/process" : " ^4.3|^5.0" ,
You can’t perform that action at this time.
0 commit comments