Skip to content

Commit 18a8650

Browse files
authored
Reactivate Github CI tests for Postgres major version 16 (#1015)
Commit ae5fa55 deactivated the related tests due to failures. Commit 6698a7d07ca addressed the failures yet it did not re-activate the CI tests. This commit ammends that.
1 parent 6698a7d commit 18a8650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- 13
2424
- 14
2525
- 15
26-
# - 16 # FIXME pg16 should be supported but main still does not work with it.
26+
- 16
2727
TEST:
2828
- multi
2929
- single

0 commit comments

Comments
 (0)