We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ab5f6 commit 7031a50Copy full SHA for 7031a50
1 file changed
.github/workflows/build_and_test.yaml
@@ -59,6 +59,9 @@ jobs:
59
60
runs-on: ubuntu-24.04
61
62
+ env:
63
+ PG_MAX_VER: "19"
64
+
65
steps:
66
- name: Test details
67
run: echo Build and test pg_duckdb with PostgreSQL ${{ matrix.version }} branch
@@ -133,7 +136,7 @@ jobs:
133
136
- name: Build pg_duckdb extension
134
137
id: build
135
138
working-directory: duckdb
- 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 }}
140
141
- name: Run make installcheck
142
id: installcheck
0 commit comments