Skip to content

Commit

Permalink
Test on PG16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 14, 2023
1 parent b6864d8 commit f4b6483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [15, 14, 13, 12, 11]
pg_major: [16, 15, 14, 13, 12, 11]
config: [Release]
include:
- os: ubuntu-22.04
pg_major: 15
pg_major: 16
config: Debug
# - os: ubuntu-22.04
# pg_major: 15
# pg_major: 17
# config: Release
# pg_prerelease: 'PG Prerelease'

Expand Down

0 comments on commit f4b6483

Please sign in to comment.