Skip to content

Commit 19e953a

Browse files
committedSep 3, 2018
[CI] Update to test against Elasticsearch 6.4
1 parent eb476aa commit 19e953a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ namespace :test do
7070
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
7171
--publish 9250:9200 \
7272
--rm \
73-
docker.elastic.co/elasticsearch/elasticsearch:6.3.0
73+
docker.elastic.co/elasticsearch/elasticsearch:6.4.0
7474
COMMAND
7575
require 'elasticsearch/extensions/test/cluster'
76-
Elasticsearch::Extensions::Test::Cluster::Cluster.new(version: '6.3.0',
76+
Elasticsearch::Extensions::Test::Cluster::Cluster.new(version: '6.4.0',
7777
number_of_nodes: 1).wait_for_green
7878
rescue
7979
end

‎elasticsearch-rails/lib/rails/templates/01-basic.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
--env "cluster.name=elasticsearch-rails" \
3838
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
3939
--rm \
40-
docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.0
40+
docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.0
4141
CMD
4242

4343
begin

0 commit comments

Comments
 (0)