Skip to content

Commit

Permalink
add pg16 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Nov 14, 2023
1 parent 2d388a4 commit de4be82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["13", "14", "15"]
postgres: ["13", "14", "15", "16"]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["13", "14", "15"]
postgres: ["13", "14", "15", "16"]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["13", "14", "15"]
postgres: ["13", "14", "15", "16"]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit de4be82

Please sign in to comment.