chore: bump mongodb to 8.0

This commit is contained in:
abc1763613206 2025-04-05 21:26:06 +08:00 committed by GitHub
parent 79b33ae3b0
commit 4fe57614f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@ yum_sync="${_here}/yum-sync.py"
BASE_PATH="${TUNASYNC_WORKING_DIR}"
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"}
MONGO_VERSIONS=("7.0" "6.0" "5.0" "4.4" "4.2")
STABLE_VERSION="7.0"
MONGO_VERSIONS=("8.0", "7.0" "6.0" "5.0" "4.4" "4.2")
STABLE_VERSION="8.0"
YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt"