We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a35a4 commit 38d780aCopy full SHA for 38d780a
.buildkite/scripts/benchmark/marathon.sh
@@ -15,7 +15,7 @@ source "$SCRIPT_PATH/core.sh"
15
16
parse_stack_versions() {
17
IFS=','
18
- STACK_VERSIONS="${STACK_VERSIONS:-8.6.0,8.7.0,8.8.0,8.9.0,8.10.0,8.11.0,8.12.0,8.13.0,8.14.0,8.15.0}"
+ STACK_VERSIONS="${STACK_VERSIONS:-8.9.0,8.10.0,8.11.0,8.12.0,8.13.0,8.14.0,8.15.5,8.16.6,8.17.5,8.18.0,9.0.0}"
19
read -ra STACK_VERSIONS <<< "$STACK_VERSIONS"
20
}
21
0 commit comments