Skip to content

Commit 5442ea9

Browse files
committed
Test building against PG19 snapshot
1 parent 08a265f commit 5442ea9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/gh_matrix_builder.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,15 @@ def macos_config(overrides):
321321
}
322322
)
323323
)
324+
m["include"].append(
325+
build_debug_config(
326+
{
327+
"pg": 19,
328+
"snapshot": "snapshot",
329+
"tsdb_build_args": "-DWARNINGS_AS_ERRORS=ON -DEXPERIMENTAL=ON",
330+
}
331+
)
332+
)
324333
elif len(sys.argv) > 2:
325334
# Check if we need to check for the flaky tests. Determine which test files
326335
# have been changed in the PR. The sql files might include other files that

0 commit comments

Comments
 (0)