1
0
mirror of https://github.com/google/nomulus synced 2026-02-08 22:10:28 +00:00

Update Postgres docker tag in tests (#1624)

* Update Postgres docker tag in tests
This commit is contained in:
Weimin Yu
2022-05-05 14:59:19 -04:00
committed by GitHub
parent d361f7cf18
commit dd9c576146
4 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class NomulusPostgreSql {
/** The current PostgreSql version in Cloud SQL. */
// TODO(weiminyu): setup periodic checks to detect version changes in Cloud SQL.
private static final String TARGET_VERSION = "11.5";
private static final String TARGET_VERSION = "11.14";
/** Returns the docker image tag of the targeted Postgresql server version. */
public static String getDockerTag() {