add mongodb 7.0

This commit is contained in:
wangling12 2024-02-01 11:31:18 +08:00 committed by GitHub
parent 3cbfef6b4e
commit bc27995b17
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=("6.0" "5.0" "4.4" "4.2")
STABLE_VERSION="5.0"
MONGO_VERSIONS=("7.0" "6.0" "5.0" "4.4" "4.2")
STABLE_VERSION="7.0"
YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt"