From 27903ad3702c66cca063113097043496ccf98d19 Mon Sep 17 00:00:00 2001 From: postgres-versions-updater Date: Thu, 6 Jun 2024 00:45:53 +0000 Subject: [PATCH] test: Updated Postgres versions used in E2E tests Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pg_versions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pg_versions.json b/.github/pg_versions.json index 1b9294dc4e..7fd3ddb4a4 100644 --- a/.github/pg_versions.json +++ b/.github/pg_versions.json @@ -1,4 +1,8 @@ { + "17": [ + "17beta1", + "17beta1-1" + ], "16": [ "16.3", "16.2"