We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74990a6 commit ea4dadfCopy full SHA for ea4dadf
internal/datastore/postgres/version/version.go
@@ -3,9 +3,9 @@ package version
3
// MinimumSupportedPostgresVersion is the minimum version of Postgres supported for this driver.
4
//
5
// NOTE: must match a tag on DockerHub for the `postgres` image.
6
-const MinimumSupportedPostgresVersion = "13.8"
+const MinimumSupportedPostgresVersion = "14"
7
8
// LatestTestedPostgresVersion is the latest version of Postgres that has been tested with this driver.
9
10
11
-const LatestTestedPostgresVersion = "17.2"
+const LatestTestedPostgresVersion = "18"
0 commit comments