From a92ff33d2ea52e8c41b004e62918a2c193db6157 Mon Sep 17 00:00:00 2001 From: Steven Achilles Date: Thu, 19 Jun 2025 21:08:10 +0200 Subject: [PATCH] docs: Fix required version for GitLab 18 with respect to PostgreSQL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6311e0..9eb955b0 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ Please note furthermore, that only compatible versions of the `postgresql-client - GitLab CE version 13.7.0 and later requires PostgreSQL version 12.x. - GitLab CE version 16.0.0 and later requires PostgreSQL version 13.x. - GitLab CE version 17.0.0 and later requires PostgreSQL version 14.x. -- GitLab CE version 18.1.0 and later requires PostgreSQL version 16.x. +- GitLab CE version 18.0.0 and later requires PostgreSQL version 16.x. ##### External PostgreSQL Server