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 21
21
laravel : ^8.0
22
22
- laravel : ^8.0
23
23
scout : ^7.0
24
+ include :
25
+ - php : 8.0
26
+ laravel : ^8.0
27
+ scout : ^8.0
24
28
25
29
name : Test PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Scout ${{ matrix.scout }}
26
30
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## [ 7.2.0] ( https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v7.2.0 ) - 2020-09-24
4
10
5
11
### Changed
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^7.2" ,
26
+ "php" : " ^7.2|^8.0 " ,
27
27
"illuminate/contracts" : " ~6.0|~7.0|~8.0" ,
28
28
"illuminate/database" : " ~6.0|~7.0|~8.0" ,
29
29
"illuminate/support" : " ~6.0|~7.0|~8.0" ,
You can’t perform that action at this time.
0 commit comments