From cfeeb3f3bae7a8f2c1f0804a9d023c1af1b81ae9 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Wed, 19 Oct 2022 15:07:40 +0200 Subject: [PATCH] ci: tests against postgresql 14 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a23dc875b..30423e65b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_USER: tps_test POSTGRES_DB: tps_test @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_USER: tps_test POSTGRES_DB: tps_test @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_USER: tps_test POSTGRES_DB: tps_test