From 275231f1e422f47a436ac5486d509285272a9f82 Mon Sep 17 00:00:00 2001 From: Arne De Herdt Date: Thu, 14 Nov 2024 11:11:10 +0100 Subject: [PATCH] undo changes in workflow, issue is not postgres version bound. --- .github/workflows/postgres_acceptance.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postgres_acceptance.yml b/.github/workflows/postgres_acceptance.yml index a5a9ff5d60b4d..0de893c76843f 100644 --- a/.github/workflows/postgres_acceptance.yml +++ b/.github/workflows/postgres_acceptance.yml @@ -67,7 +67,7 @@ jobs: os: - ubuntu-latest docker_image: - - postgres:14.13 + - postgres:9.4 - postgres:16.2 env: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c21bbd9570859..b240005d78b52 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -45,7 +45,7 @@ jobs: services: postgres: - image: postgres:14.13 + image: postgres:9.6 ports: ["5432:5432"] env: POSTGRES_USER: postgres