Skip to content

Commit

Permalink
Configure CI for released PG17 (#3300)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji authored Oct 13, 2024
1 parent 8d6301c commit a8677e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [16, 15, 14, 13, 12]
pg_major: [17, 16, 15, 14, 13, 12]
config: [Release]
include:
- os: ubuntu-22.04
pg_major: 16
config: Debug
- os: ubuntu-22.04
pg_major: 17
config: Release
pg_prerelease: 'PG Prerelease'
config: Debug
# - os: ubuntu-22.04
# pg_major: 17
# config: Release
# pg_prerelease: 'PG Prerelease'

outputs:
is_release: ${{ steps.analyze_tag.outputs.is_release }}
Expand Down

0 comments on commit a8677e4

Please sign in to comment.