Skip to content

Commit f5dba3a

Browse files
authored
Do CI testing for PG18 (beta) (#3569)
1 parent 6423597 commit f5dba3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- os: ubuntu-24.04
2929
pg_major: 17
3030
config: Debug
31-
# - os: ubuntu-24.04
32-
# pg_major: 17
33-
# config: Release
34-
# pg_prerelease: 'PG Prerelease'
31+
- os: ubuntu-24.04
32+
pg_major: 18
33+
config: Release
34+
pg_prerelease: 'PG Prerelease'
3535

3636
outputs:
3737
is_release: ${{ steps.analyze_tag.outputs.is_release }}

0 commit comments

Comments
 (0)