Skip to content

Commit c3c85da

Browse files
committed
[CI] Update to test against Elasticsearch 6.4
1 parent 178258e commit c3c85da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)