From 49be309024dfc29cbbbe5bbf533b54f243428409 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Thu, 20 Nov 2025 15:24:08 +0100 Subject: [PATCH] doc: update list of tested pg versions (#4463) --- 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 f189b8eee..e650ba019 100644 --- 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 5 versions: `11`, `12`, `13`, `14` and `15`. +and it's being tested constantly on the following 8 versions: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and `17`. ## CockroachDB **(preview)**