From c885f009d417fa4af5a216e29e79db120ed154d6 Mon Sep 17 00:00:00 2001 From: Julio Gonzalez Gil Date: Thu, 15 May 2025 18:01:18 +0200 Subject: [PATCH] Add PostgreSQL 18, remove 12 and older --- README.md | 8 +------- manage_images | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a3d0b00..9ef8274 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,12 @@ Current distributions available: Current PostgreSQL versions available: -* 9.3 -* 9.4 -* 9.5 -* 9.6 -* 10 -* 11 -* 12 * 13 * 14 * 15 * 16 * 17 +* 18 # Building images diff --git a/manage_images b/manage_images index b53a0ca..508588e 100755 --- a/manage_images +++ b/manage_images @@ -8,7 +8,7 @@ SCRIPT=$(basename ${0}) # Supported distributions and PostgreSQL versions SUPPORTEDDISTROS="rockylinux8 ubuntu20.04 ubuntu24.04 opensuseleap15.6" -SUPPORTEDPGVERS="9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17" +SUPPORTEDPGVERS="13 14 15 16 17 18-testing" # Ignored combinations, will exit without errors so the CI does not fail IGNOREDCOMBINATIONS=""