Skip to content

Commit

Permalink
ElasticSearch - Remember your ancestors
Browse files Browse the repository at this point in the history
  • Loading branch information
anivon authored Dec 1, 2017
1 parent e488144 commit cc8ed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Service/ElasticsearchService.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getOptionsResolver(): Options
'version' => '5.6',
'with_management' => true,
]);
$resolver->setAllowedValues('version', ['6.0', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0']);
$resolver->setAllowedValues('version', ['6.0', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', '2.3']);

return $resolver;
}
Expand Down

0 comments on commit cc8ed80

Please sign in to comment.