Skip to content

Commit 7031a50

Browse files
committed
Set PG_MAX_VER globally in CI
1 parent 13ab5f6 commit 7031a50

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_and_test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959

6060
runs-on: ubuntu-24.04
6161

62+
env:
63+
PG_MAX_VER: "19"
64+
6265
steps:
6366
- name: Test details
6467
run: echo Build and test pg_duckdb with PostgreSQL ${{ matrix.version }} branch
@@ -133,7 +136,7 @@ jobs:
133136
- name: Build pg_duckdb extension
134137
id: build
135138
working-directory: duckdb
136-
run: ERROR_ON_WARNING=1 make -j8 install DUCKDB_BUILD=${{ matrix.type }} PG_MAX_VER=19
139+
run: ERROR_ON_WARNING=1 make -j8 install DUCKDB_BUILD=${{ matrix.type }}
137140

138141
- name: Run make installcheck
139142
id: installcheck

0 commit comments

Comments
 (0)