Skip to content

Commit

Permalink
upgrade postgres version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jul 12, 2023
1 parent 15122c8 commit 78d342b
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-20.04]
go: [1.19.6, 1.20.1]
pg: [9.6.5, 10]
pg: [10]
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 @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
go: [1.19.6, 1.20.1]
pg: [9.6.5]
pg: [10]
ingestion-backend: [db, captive-core, captive-core-remote-storage]
protocol-version: [19]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 78d342b

Please sign in to comment.