From c87a98f20a4632cc4add9ed24d057255c14b8bbc Mon Sep 17 00:00:00 2001
From: Yannis Roussos <iroussos@gitlab.com>
Date: Fri, 10 Jun 2022 17:09:45 +0000
Subject: [PATCH] Update  Minimum PostgreSQL version

---
 doc/install/requirements.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 629b1841875a2..d01860cb24f58 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -113,8 +113,8 @@ the following table) as these were used for development and testing:
 |----------------|----------------------------|
 | 13.0           | 11                         |
 | 14.0           | 12.10                      |
-| 15.0           | 12.0                       |
-| 16.0 (planned) | 13.0                       |
+| 15.0           | 12.10                      |
+| 16.0 (planned) | 13.6                       |
 
 You must also ensure the following extensions are loaded into every
 GitLab database. [Read more about this requirement, and troubleshooting](postgresql_extensions.md).
-- 
GitLab