[Ubuntu] Pin PostgreSQL version installed in the toolset (#4510)

* Pin PostgreSQL version installed in the toolset

* Source the helpers and resolving comments
This commit is contained in:
Maksim Shilov
2021-11-16 11:48:38 +03:00
committed by GitHub
parent 4bd3568585
commit 1b583e05e5
4 changed files with 26 additions and 5 deletions

View File

@@ -330,5 +330,8 @@
],
"mongodb": {
"version": "5.0"
},
"postgresql": {
"version": "14"
}
}

View File

@@ -335,5 +335,8 @@
],
"mongodb": {
"version": "5.0"
},
"postgresql": {
"version": "14"
}
}