File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/cache@v1
1717 with :
1818 path : ~/.composer/cache/files
19- key : dependencies-php-7.4-illuminate-7 .*-composer-${{ hashFiles('composer.json') }}
19+ key : dependencies-php-7.4-illuminate-8 .*-composer-${{ hashFiles('composer.json') }}
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -14,16 +14,20 @@ jobs:
1414 fail-fast : true
1515 matrix :
1616 php : [7.2, 7.3, 7.4]
17- illuminate : [6.*, 7.*]
17+ illuminate : [6.*, 7.*, 8.* ]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - illuminate : 6.*
2121 testbench : 4.*
2222 - illuminate : 7.*
2323 testbench : 5.*
24+ - illuminate : 8.*
25+ testbench : 6.*
2426 exclude :
2527 - php : 7.4
2628 illuminate : 6.*
29+ - php : 7.2
30+ illuminate : 8.*
2731
2832 name : P${{ matrix.php }} - I${{ matrix.illuminate }} - ${{ matrix.stability }}
2933
Original file line number Diff line number Diff line change 11preset : laravel
2- disabled :
3- - simplified_null_return
Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( https://github.com/markwalet/laravel-packagist/compare/v1.0.0...master )
44
5+ ## Added
6+ - Added Laravel 8 support.
7+
58## v1.0.0 (2020-04-08)
69
710Initial release
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^7.2" ,
16- "illuminate/contracts" : " 6.*|7.*" ,
17- "illuminate/support" : " 6.*|7.*" ,
16+ "illuminate/contracts" : " 6.*|7.*|8.* " ,
17+ "illuminate/support" : " 6.*|7.*|8.* " ,
1818 "spatie/packagist-api" : " ^2.0" ,
1919 "ext-json" : " *"
2020 },
2121 "require-dev" : {
2222 "phpunit/phpunit" : " ^8.5" ,
23- "orchestra/testbench" : " 4.*|5.*"
23+ "orchestra/testbench" : " 4.*|5.*|6.* "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments