From 081f2bbabbd36eae60ae0f2a2ef39f2498f4723e Mon Sep 17 00:00:00 2001 From: Thomas Meitz <92851940+thmeitz@users.noreply.github.com> Date: Wed, 20 Jul 2022 17:05:51 +0200 Subject: [PATCH] doc/website: update dialects doc to reflect postgres 14 testing (#2777) --- doc/md/dialects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/dialects.md b/doc/md/dialects.md index 9e069b34c..6f0c1f488 100755 --- a/doc/md/dialects.md +++ b/doc/md/dialects.md @@ -16,7 +16,7 @@ and it's being tested constantly on the following 3 versions: `10.2`, `10.3` and ## PostgreSQL PostgreSQL supports all the features that are mentioned in the [Migration](migrate.md) section, -and it's being tested constantly on the following 4 versions: `10`, `11`, `12` and `13`. +and it's being tested constantly on the following 5 versions: `10`, `11`, `12`, `13` and `14`. ## CockroachDB **(preview)**