File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ test-stack-command-oldest:
59
59
./scripts/test-stack-command.sh 7.14.2
60
60
61
61
test-stack-command-7x :
62
- ./scripts/test-stack-command.sh 7.17.18
62
+ ./scripts/test-stack-command.sh 7.17.19
63
63
64
64
# Keeping a test for 8.6 because it has an specific configuration file.
65
65
test-stack-command-86 :
66
66
./scripts/test-stack-command.sh 8.6.2
67
67
68
68
test-stack-command-8x :
69
- ./scripts/test-stack-command.sh 8.13 .0-SNAPSHOT
69
+ ./scripts/test-stack-command.sh 8.14 .0-SNAPSHOT
70
70
71
71
test-stack-command-with-apm-server :
72
72
APM_SERVER_ENABLED=true ./scripts/test-stack-command.sh
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ package install
6
6
7
7
const (
8
8
// DefaultStackVersion is the default version of the stack
9
- DefaultStackVersion = "8.12 .2"
9
+ DefaultStackVersion = "8.13 .2"
10
10
)
You can’t perform that action at this time.
0 commit comments