Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
add more versions to DBVersions
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <[email protected]>
  • Loading branch information
jasonmccallister committed Apr 20, 2020
1 parent f173b0e commit 8013a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/nitro/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var (
PHPVersions = []string{"7.4", "7.3", "7.2", "7.1", "7.0"}
DBEngines = []string{"mysql", "postgres"}
DBVersions = map[string][]string{
"mysql": {"8.0", "5.7", "5.6"},
"postgres": {"12", "11", "10", "9"},
"mysql": {"8.0", "5.8", "5.7", "5.6", "5"},
"postgres": {"12", "12.2", "11.7", "11", "10.12", "10", "9.6", "9.6", "9"},
}
)

0 comments on commit 8013a8f

Please sign in to comment.