We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bc2dc commit 661b454Copy full SHA for 661b454
.github/workflows/install_mongo.sh
@@ -16,7 +16,7 @@ if [[ "${MONGODB}" =~ ^(7.0|8.0) ]]; then
16
mongo_build="mongodb-linux-x86_64-ubuntu2004-${MONGODB}"
17
elif [[ "${MONGODB}" =~ ^(4.0|4.2|4.4|5.0|6.0) ]]; then
18
mongo_build="mongodb-linux-x86_64-ubuntu1804-${MONGODB}"
19
-elif [[ "${MONGODB}" =~ ^3.6$ ]]; then
+elif [[ "${MONGODB}" =~ ^3.6 ]]; then
20
mongo_build="mongodb-linux-x86_64-${MONGODB}"
21
else
22
echo "Error: Unsupported MongoDB version: ${MONGODB}"
0 commit comments