mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:29:23 +08:00
[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:
@@ -330,5 +330,8 @@
|
||||
],
|
||||
"mongodb": {
|
||||
"version": "5.0"
|
||||
},
|
||||
"postgresql": {
|
||||
"version": "14"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -335,5 +335,8 @@
|
||||
],
|
||||
"mongodb": {
|
||||
"version": "5.0"
|
||||
},
|
||||
"postgresql": {
|
||||
"version": "14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user