From 1def82d72a1bf71fe916fbdcddcb62302d2920ba Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 18 Feb 2025 10:39:31 +0100 Subject: [PATCH] Drop to PG 12 for old Ubuntu image --- foreman-module.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreman-module.yaml b/foreman-module.yaml index 3c34709..b464398 100644 --- a/foreman-module.yaml +++ b/foreman-module.yaml @@ -40,7 +40,7 @@ test: - 'ruby:3.0' - 'ruby:3.1' POSTGRES_VERSION: - - 15 + - 12 services: - name: docker.io/library/postgres:$POSTGRES_VERSION-alpine -- GitLab