Update marathon CI pipeline to reflect recent LS released versions. (#17579)

This commit is contained in:
Mashhur 2025-04-22 17:34:43 -07:00 committed by GitHub
parent 14a35a4d5f
commit 38d780a5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ source "$SCRIPT_PATH/core.sh"
parse_stack_versions() {
IFS=','
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}"
read -ra STACK_VERSIONS <<< "$STACK_VERSIONS"
}