Skip to content

Commit 9aa67ac

Browse files
committed
Use 7.x-SNAPSHOT STACK_VERSION
This commit updates the default STACK_VERSION environment variable value in Makefile.toml to use 7.x-SNAPSHOT.
1 parent 5c24429 commit 9aa67ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_to_workspace = false
33

44
[env]
55
# Determines the version of Elasticsearch docker container used
6-
STACK_VERSION = "8.0.0-SNAPSHOT"
6+
STACK_VERSION = "7.x-SNAPSHOT"
77
# Determines the distribution of docker container used. Either xpack or oss
88
TEST_SUITE = "xpack"
99
# Set publish flags to dry-run by default, to force user to explicitly define for publishing

0 commit comments

Comments
 (0)