Skip to content

Commit 484dc12

Browse files
authored
bump CI env (#7352)
* bump CI env * Revert "bump CI env" This reverts commit d6eb582. * exlcude mongodb 4.0.24
1 parent 3dc4597 commit 484dc12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/ci/ciCheck.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async function checkMongoDbVersions() {
3939
'~4.7.0', // Development release according to MongoDB support
4040

4141
'4.4.5', // Temporarily disabled because not yet available for download via mongodb-runner
42+
'4.0.24', // Temporarily disabled because not yet available for download via mongodb-runner
4243
],
4344
}).check();
4445
}

0 commit comments

Comments
 (0)