File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 max-parallel : 15
1010 matrix :
11- laravel-version : ['^6.0', '^7.0', '^8.0']
12- php-versions : ['7.3', '7.4', '8.0']
11+ laravel-version : ['^6.0', '^7.0', '^8.0', '^9.0']
12+ php-versions : ['7.4', '8.0']
13+ exclude :
14+ - laravel-version : ^6.0
15+ php-versions : 8.0
16+ - laravel-version : ^7.0
17+ php-versions : 8.0
18+ - laravel-version : ^9.0
19+ php-versions : 7.4
1320 name : PHP ${{ matrix.php-versions }} on Laravel ${{ matrix.laravel-version }}
1421 steps :
1522 - name : Checkout
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^7.2.5 || ^8.0" ,
2020 "guzzlehttp/guzzle" : " ^6.2 || ^7.0" ,
21- "illuminate/notifications" : " ^6.0 || ^7.0 || ^8.0" ,
22- "illuminate/support" : " ^6.0 || ^7.0 || ^8.0"
21+ "illuminate/notifications" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 " ,
22+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 "
2323 },
2424 "require-dev" : {
2525 "mockery/mockery" : " ^1.3" ,
2626 "phpunit/phpunit" : " ^9.0" ,
27- "orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0"
27+ "orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0 || ^7.0 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments