Skip to content

Commit ea4dadf

Browse files
authored
chore: update versions in datastore support tags (#2938)
1 parent 74990a6 commit ea4dadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/datastore/postgres/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package version
33
// MinimumSupportedPostgresVersion is the minimum version of Postgres supported for this driver.
44
//
55
// NOTE: must match a tag on DockerHub for the `postgres` image.
6-
const MinimumSupportedPostgresVersion = "13.8"
6+
const MinimumSupportedPostgresVersion = "14"
77

88
// LatestTestedPostgresVersion is the latest version of Postgres that has been tested with this driver.
99
//
1010
// NOTE: must match a tag on DockerHub for the `postgres` image.
11-
const LatestTestedPostgresVersion = "17.2"
11+
const LatestTestedPostgresVersion = "18"

0 commit comments

Comments
 (0)