Skip to content

Commit 661b454

Browse files
committed
Fix mongo3.6 installation
1 parent a5bc2dc commit 661b454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_mongo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ "${MONGODB}" =~ ^(7.0|8.0) ]]; then
1616
mongo_build="mongodb-linux-x86_64-ubuntu2004-${MONGODB}"
1717
elif [[ "${MONGODB}" =~ ^(4.0|4.2|4.4|5.0|6.0) ]]; then
1818
mongo_build="mongodb-linux-x86_64-ubuntu1804-${MONGODB}"
19-
elif [[ "${MONGODB}" =~ ^3.6$ ]]; then
19+
elif [[ "${MONGODB}" =~ ^3.6 ]]; then
2020
mongo_build="mongodb-linux-x86_64-${MONGODB}"
2121
else
2222
echo "Error: Unsupported MongoDB version: ${MONGODB}"

0 commit comments

Comments
 (0)