Skip to content

Commit 74ae6a9

Browse files
committed
minor: update server version definitions
1 parent 046a18f commit 74ae6a9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.mci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,21 @@ functions:
304304
params:
305305
updates:
306306
- key: "mongo_url"
307-
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.0.11.${mongo_url_extension|tgz}
307+
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.0.15.${mongo_url_extension|tgz}
308308

309309
"set version 3.2" :
310310
command: expansions.update
311311
params:
312312
updates:
313313
- key: "mongo_url"
314-
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.2.5.${mongo_url_extension|tgz}
314+
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.2.17.${mongo_url_extension|tgz}
315+
316+
"set version 3.4" :
317+
command: expansions.update
318+
params:
319+
updates:
320+
- key: "mongo_url"
321+
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.4.10.${mongo_url_extension|tgz}
315322

316323
"set version latest" :
317324
command: expansions.update

0 commit comments

Comments
 (0)