Skip to content

Commit

Permalink
Bump supported PostgreSQL versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 11, 2018
1 parent 4818800 commit 8019070
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/test-dc.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ var configs = []config{
{
[]string{"postgres", "pgx"},
[]string{
"9.3",
"9.4",
"9.5",
"9.6",
"10",
"11",
},
"10",
"11",
},

// https://www.mysql.com/support/supportedplatforms/database.html
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ env:

# Generated with 'go run .github/test-dc.go gen'.
# 21 combinations:
# postgres, pgx: 9.3, 9.4, 9.5, 9.6, 10
# postgres, pgx: 9.4, 9.5, 9.6, 10, 11
# mysql, mysql-traditional: 5.5, 5.6, 5.7, 8.0
# sqlite3: dummy
# mssql, sqlserver: latest
matrix:
- REFORM_TARGET=postgres REFORM_IMAGE_VERSION=9.3
- REFORM_TARGET=postgres REFORM_IMAGE_VERSION=9.4
- REFORM_TARGET=postgres REFORM_IMAGE_VERSION=9.5
- REFORM_TARGET=postgres REFORM_IMAGE_VERSION=9.6
- REFORM_TARGET=postgres REFORM_IMAGE_VERSION=10
- REFORM_TARGET=pgx REFORM_IMAGE_VERSION=9.3
- REFORM_TARGET=postgres REFORM_IMAGE_VERSION=11
- REFORM_TARGET=pgx REFORM_IMAGE_VERSION=9.4
- REFORM_TARGET=pgx REFORM_IMAGE_VERSION=9.5
- REFORM_TARGET=pgx REFORM_IMAGE_VERSION=9.6
- REFORM_TARGET=pgx REFORM_IMAGE_VERSION=10
- REFORM_TARGET=pgx REFORM_IMAGE_VERSION=11

- REFORM_TARGET=mysql REFORM_IMAGE_VERSION=5.5
- REFORM_TARGET=mysql REFORM_IMAGE_VERSION=5.6
Expand Down

0 comments on commit 8019070

Please sign in to comment.