From 673c4b57fe67a8eb40db450f784fc959a09314d1 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 25 Nov 2022 10:50:21 +0100 Subject: [PATCH] Update Postgres to v15 in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa36f4d6..7f437a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest services: db: - image: postgres:14 + image: postgres:15 env: POSTGRES_PASSWORD: postgres ports: