Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Update available ElasticSearch versions #149

Merged
merged 2 commits into from
Apr 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use it in your application, add it to ``.symfony/services.yaml``:

# .symfony/services.yaml
mysearch:
# supported versions: 6.5 and 7.2
# supported versions: 6.5, 7.2, 7.5, 7.6, 7.7, 7.9
# 0.90, 1.4, 1.7, 2.4, 5.2 and 5.4 are also available but not
# maintained upstream
type: elasticsearch:7.2
Expand Down