Skip to content

Commit

Permalink
Test on PG16 in CI
Browse files Browse the repository at this point in the history
(cherry picked from commit f4b6483)
  • Loading branch information
roji committed Sep 15, 2023
1 parent be2d386 commit aef6ef9
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 @@ -22,14 +22,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [15, 14, 13, 12, 11, 10]
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 aef6ef9

Please # to comment.