Skip to content

Commit

Permalink
Merge pull request #266 from jackraymund/php8.3-compatibility
Browse files Browse the repository at this point in the history
feat: add php 8.3 compatibility
  • Loading branch information
matchish authored Nov 30, 2023
2 parents ddc0d97 + b37ca51 commit 00e3caf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- php-version: '8.0.16'
- php-version: '8.1'
- php-version: '8.2'
- php-version: '8.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [Unreleased]

## [7.5.0] - 2023-11-30
### Added
- [Added support for php 8.3](https://github.com/matchish/laravel-scout-elasticsearch/pull/266)

## [7.3.0] - 2023-07-31
### Added
- [Added support for `makeSearchableUsing` in Laravel Scout. This allows you to prepare and modify a collection of models before they are made searchable. For example, you may want to eager load a relationship so that the relationship data can be efficiently added to your search index.](https://github.com/matchish/laravel-scout-elasticsearch/pull/253)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"elasticsearch/elasticsearch": "^8.0",
"handcraftedinthealps/elasticsearch-dsl": "^8.0",
"laravel/scout": "^8.0|^9.0|^10.0",
"roave/better-reflection": "^4.3|^5.0"
"roave/better-reflection": "^4.3|^5.0|^6.18"
},
"require-dev": {
"laravel/legacy-factories": "^1.0",
Expand Down

0 comments on commit 00e3caf

Please sign in to comment.