bump mongodb version in CI (#7272)
* bump mongodb version * improved wording in changelog * another mongodb bump * rewording changelog * added info to option docs
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"test:mongodb:testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
|
||||
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
|
||||
"test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",
|
||||
"test:mongodb:4.2.12": "npm run test:mongodb --dbversion=4.2.12",
|
||||
"test:mongodb:4.2.13": "npm run test:mongodb --dbversion=4.2.13",
|
||||
"test:mongodb:4.4.4": "npm run test:mongodb --dbversion=4.4.4",
|
||||
"posttest:mongodb": "mongodb-runner stop",
|
||||
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
|
||||
|
||||
Reference in New Issue
Block a user