Dropped support for Postgres 10

This commit is contained in:
Andrew Kane
2022-12-23 08:03:03 -08:00
parent 1b5cb17f22
commit b09e14ce14
6 changed files with 5 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [15, 14, 13, 12, 11, 10]
postgres: [15, 14, 13, 12, 11]
steps:
- uses: actions/checkout@v3
- uses: ankane/setup-postgres@v1