Skip to content

Commit

Permalink
- added new postgres version (14.1.0) so M1 Mac users can work in deb…
Browse files Browse the repository at this point in the history
…ug mode with in mem db
  • Loading branch information
Dominik Gogola committed Dec 17, 2021
1 parent b5602a5 commit 5c64245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ type PostgresVersion string

// Predefined supported Postgres versions.
const (
V14 = PostgresVersion("14.1.0")
V13 = PostgresVersion("13.4.0")
V12 = PostgresVersion("12.8.0")
V11 = PostgresVersion("11.13.0")
Expand Down
1 change: 1 addition & 0 deletions platform-test/platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

func Test_AllMajorVersions(t *testing.T) {
allVersions := []embeddedpostgres.PostgresVersion{
embeddedpostgres.V14,
embeddedpostgres.V13,
embeddedpostgres.V12,
embeddedpostgres.V11,
Expand Down

0 comments on commit 5c64245

Please sign in to comment.