From 6e541fd28e171b1779c5b0bdb93171d931ab2c87 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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 7db4731..138f7e3 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 @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15 + image: postgres:14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15 + image: postgres:14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password