From d046b7bec9d92b42a77766e25ce00171994d4491 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 5 Oct 2021 07:06:15 +0200 Subject: [PATCH] Switch to postgres14 for github actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2dfbe9..caa9656 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres