Add new versions of MongoDB and NodeSource

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2019-09-03 13:40:35 +08:00
parent 9e62e8bd89
commit 2e11f6842b
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ APT_PATH="${BASE_PATH}/apt"
UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster")
MONGO_VERSIONS=("4.0" "3.6" "3.4" "3.2")
STABLE_VERSION="4.0"
MONGO_VERSIONS=("4.2" "4.0" "3.6" "3.4" "3.2")
STABLE_VERSION="4.2"
UBUNTU_PATH="${APT_PATH}/ubuntu"
DEBIAN_PATH="${APT_PATH}/debian"

View File

@ -13,7 +13,7 @@ function sync_nodesource() {
DEB_BASE_URL="https://deb.nodesource.com"
RPM_BASE_URL="https://rpm.nodesource.com"
node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x")
node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x" "11.x" "12.x")
declare success=true
for ver in ${node_versions[@]}; do