From 31344d4660730c64f6e2fbaa66ace574a21d6637 Mon Sep 17 00:00:00 2001 From: Urvi Date: Thu, 26 Oct 2023 16:53:07 -0700 Subject: [PATCH] Update Postgres version used in integration tests --- .github/workflows/go.yml | 2 +- .github/workflows/horizon.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 76e23661c5..f1fd33028d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -57,7 +57,7 @@ jobs: matrix: os: [ubuntu-22.04] go: ["1.19", "1.20"] - pg: [9.6.5, 10] + pg: [12] runs-on: ${{ matrix.os }} services: postgres: diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index e69d4c1865..b22dd03796 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [ubuntu-20.04, ubuntu-22.04] go: ["1.20", "1.21"] - pg: [9.6.5] + pg: [12] ingestion-backend: [db, captive-core, captive-core-remote-storage] protocol-version: [19, 20] runs-on: ${{ matrix.os }}