From 39f175a5de78303d4a4c4f34439dcc52be61be4e Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:17:09 +0000 Subject: [PATCH] Use Postgres 14, the latest available version of Postgres on Digital Ocean --- spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.yaml b/spec.yaml index 4c398ae..a5006fe 100644 --- a/spec.yaml +++ b/spec.yaml @@ -51,4 +51,4 @@ databases: num_nodes: 1 size: db-s-dev-database # Postgres version - using the latest here - version: "12" \ No newline at end of file + version: "14" \ No newline at end of file