Skip to content

Commit 38d780a

Browse files
authored
Update marathon CI pipeline to reflect recent LS released versions. (#17579)
1 parent 14a35a4 commit 38d780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/benchmark/marathon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source "$SCRIPT_PATH/core.sh"
1515

1616
parse_stack_versions() {
1717
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}"
18+
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}"
1919
read -ra STACK_VERSIONS <<< "$STACK_VERSIONS"
2020
}
2121

0 commit comments

Comments
 (0)