Skip to content

Commit 64fd3d8

Browse files
Add PHP8 support (#44)
1 parent 12b1ff5 commit 64fd3d8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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",

0 commit comments

Comments
 (0)