File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2121 laravel : ^8.0
2222 - laravel : ^8.0
2323 scout : ^7.0
24+ include :
25+ - php : 8.0
26+ laravel : ^8.0
27+ scout : ^8.0
2428
2529 name : Test PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Scout ${{ matrix.scout }}
2630
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.3.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v7.3.0 ) - 2021-01-06
4+
5+ ### Changed
6+
7+ - Added PHP 8 support
8+
39## [ 7.2.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v7.2.0 ) - 2020-09-24
410
511### Changed
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "php" : " ^7.2" ,
26+ "php" : " ^7.2|^8.0 " ,
2727 "illuminate/contracts" : " ~6.0|~7.0|~8.0" ,
2828 "illuminate/database" : " ~6.0|~7.0|~8.0" ,
2929 "illuminate/support" : " ~6.0|~7.0|~8.0" ,
You can’t perform that action at this time.
0 commit comments