Skip to content

Commit

Permalink
Test against PG16 in CI (#5262)
Browse files Browse the repository at this point in the history
(cherry picked from commit fcebb3a)
  • Loading branch information
roji committed Sep 14, 2023
1 parent 6a8081d commit b0bbd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, windows-2019 ]
pg_major: [ 14, 13, 12, 11, 10 ]
pg_major: [ 16, 15, 14, 13, 12, 11 ]
config: [Release]
include:
- os: ubuntu-20.04
pg_major: 14
pg_major: 16
config: Debug
- os: macos-11
pg_major: 14
Expand Down

0 comments on commit b0bbd9f

Please sign in to comment.