From 33decd23cbafc7987d3ea564771811e0cb18fe37 Mon Sep 17 00:00:00 2001 From: George Protacio-Karaszi Date: Thu, 1 Dec 2022 09:51:00 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05e3def..2ded302 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ Active Record Extended is essentially providing users with the other half of Pos This package is designed align and work with any officially supported Ruby and Rails versions. - Minimum Ruby Version: 2.5.x **(EOL warning!)** - Minimum Rails Version: 5.2.x **(EOL warning!)** - - Minimum Postgres Version: 10.x **(EOL warning!)** + - Minimum Postgres Version: 11.x **(EOL warning!)** - Latest Ruby supported: 3.1.x - Latest Rails supported: 7.0.x - - Postgres: 10-current(14) (probably works with most older versions to a certain point) + - Postgres: 11-current(14) (probably works with most older versions to a certain point) ## Installation