Skip to content

Commit 6ef7fcc

Browse files
committed
Added Postgres 19 to CI [skip ci]
1 parent 5b8b68b commit 6ef7fcc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
fail-fast: false
99
matrix:
1010
include:
11+
- postgres: 19
12+
os: ubuntu-24.04
1113
- postgres: 18
1214
os: ubuntu-24.04
1315
- postgres: 17
@@ -28,7 +30,7 @@ jobs:
2830
dev-files: true
2931
- run: make
3032
env:
31-
PG_CFLAGS: ${{ matrix.postgres == 18 && '-Wno-missing-field-initializers' || '' }} -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
33+
PG_CFLAGS: ${{ matrix.postgres >= 18 && '-Wno-missing-field-initializers' || '' }} -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
3234
- run: |
3335
export PG_CONFIG=`which pg_config`
3436
sudo --preserve-env=PG_CONFIG make install

0 commit comments

Comments
 (0)