From cc0870d640bdc536c9b3eddf681271a13bd6a3fa Mon Sep 17 00:00:00 2001 From: melkij Date: Wed, 14 Jun 2023 14:47:40 +0300 Subject: [PATCH] support for postgresql 16 add postgresql 16 to tests, no other changes seem to be needed --- .github/workflows/regression.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index bf997992..812c5a1e 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -7,6 +7,7 @@ jobs: fail-fast: false matrix: pg: + - 16 - 15 - 14 - 13