Skip to content

Commit

Permalink
Also test against PostgreSQL 16.0 (#114)
Browse files Browse the repository at this point in the history
Ensure compatibility with 16.0
  • Loading branch information
exekias authored Sep 21, 2023
1 parent eca293a commit 0fd74e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ branches:
contexts:
- test (postgres 14.8)
- test (postgres 15.3)
- test (postgres 16.0)
- examples (postgres 14.8)
- examples (postgres 15.3)
- examples (postgres 16.0)
- lint
- build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pgVersion: ['14.8', '15.3']
pgVersion: ['14.8', '15.3', '16.0']
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: ['14.8', '15.3']
pgVersion: ['14.8', '15.3', '16.0']
services:
postgres:
image: postgres:${{ matrix.pgVersion }}
Expand Down

0 comments on commit 0fd74e3

Please sign in to comment.