From b5616e9d26ee28cbed02802ce1a2ce4ca1aff0ff Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:14:52 +0000 Subject: [PATCH] Use Postgres 14, the latest available version of Postgres on Digital Ocean --- .github/workflows/general.yml | 6 +++--- spec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 9cadafe..bb02e9e 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15 + image: postgres:14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15 + image: postgres:14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15 + image: postgres:14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password diff --git a/spec.yaml b/spec.yaml index 9940176..60054b1 100644 --- a/spec.yaml +++ b/spec.yaml @@ -54,4 +54,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