Skip to content

Commit

Permalink
Update Postgres version used in integration tests (#5093)
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Oct 31, 2023
1 parent 3949234 commit f4eeed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f4eeed6

Please sign in to comment.