Skip to content

Commit 85feaed

Browse files
committed
CI: fix missing version updates from 7.x to 7.10
1 parent e6aba38 commit 85feaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
STACK_VERSION:
4-
- 7.x-SNAPSHOT
4+
- 7.10-SNAPSHOT
55

66
GO_VERSION:
77
- 1-alpine

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ godoc: ## Display documentation for the package
247247
godoc --http=localhost:6060 --play
248248

249249
cluster: ## Launch an Elasticsearch cluster with Docker
250-
$(eval version ?= "elasticsearch-oss:7.x-SNAPSHOT")
250+
$(eval version ?= "elasticsearch-oss:7.10-SNAPSHOT")
251251
ifeq ($(origin nodes), undefined)
252252
$(eval nodes = 1)
253253
endif

0 commit comments

Comments
 (0)