Added support for Postgres 14

This commit is contained in:
Andrew Kane
2021-09-30 16:28:25 -07:00
parent 9153a545a7
commit 8dde26920c
4 changed files with 11 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
postgres: [13, 12, 11, 10, 9.6]
postgres: [14, 13, 12, 11, 10, 9.6]
include:
- os: macos-latest
postgres: 13