File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 test-free :
1212 name : Free
1313 env :
14- ELASTICSEARCH_VERSION : elasticsearch:7.x -SNAPSHOT
14+ ELASTICSEARCH_VERSION : elasticsearch:7.15.0 -SNAPSHOT
1515 ELASTICSEARCH_URL : http://localhost:9200
1616 runs-on : ubuntu-latest
1717 steps :
4343 test-platinum :
4444 name : Platinum
4545 env :
46- ELASTICSEARCH_VERSION : elasticsearch:7.x -SNAPSHOT
46+ ELASTICSEARCH_VERSION : elasticsearch:7.15.0 -SNAPSHOT
4747 ELASTICSEARCH_URL : https://elastic:elastic@localhost:9200
4848 runs-on : ubuntu-latest
4949 steps :
Original file line number Diff line number Diff line change 1717
1818env :
1919 GITHUB_ACTIONS : true
20- ELASTICSEARCH_VERSION : elasticsearch:7.x -SNAPSHOT
20+ ELASTICSEARCH_VERSION : elasticsearch:7.15.0 -SNAPSHOT
2121
2222jobs :
2323 test :
Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
3- ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.x -SNAPSHOT"
3+ ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.15.0 -SNAPSHOT"
44
55# #@ Test
66test-unit : # # Run unit tests
@@ -267,7 +267,7 @@ godoc: ## Display documentation for the package
267267 godoc --http=localhost:6060 --play
268268
269269cluster : # # Launch an Elasticsearch cluster with Docker
270- $(eval version ?= "elasticsearch:7.x -SNAPSHOT")
270+ $(eval version ?= "elasticsearch:7.15.0 -SNAPSHOT")
271271 $(eval flavor ?= "core")
272272 $(eval elasticsearch_url = "http://es1:9200")
273273
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ package version
1919
2020// Client returns the client version as a string.
2121//
22- const Client = "7.x -SNAPSHOT"
22+ const Client = "7.15.0 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments