Removed Postgres 9.6 from CI

This commit is contained in:
Andrew Kane
2022-10-14 13:47:07 -07:00
parent 2575cfdaa8
commit 6870ba96ba

View File

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