From 0771dbe075244ab9cc8aaf15e52be2744d15b34e Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Mon, 23 Dec 2024 20:21:34 -0800 Subject: [PATCH] fixup --- .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 3c3253e7..e61be9b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_PASSWORD: postgres ports: