From 60eaf695e90ed912255e9bf0bb780a3f93b34415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Sat, 7 Jan 2023 15:52:35 +0100 Subject: [PATCH] Test CI with Mongo 4.4 like wekan --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 454c6ec..b493918 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= java_version=17 -mongo_version=6.0 +mongo_version=4.4 # Java dependencies used by the app will be installed through the Java helper pkg_dependencies=""