diff options
author | 2024-02-09 09:30:07 +0000 | |
---|---|---|
committer | 2024-02-09 09:30:17 +0000 | |
commit | f69786724ab23415ba6749af03b52e39d2e21797 (patch) | |
tree | 00b99d0620ae903166d68226ae55b4933b8d46ad /.github | |
parent | Add support for postgres 16 (diff) |
Drop support for postgres 12 & 13
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0404f5d..c9d0cf7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - postgres_version: [12, 13, 14, 15, 16] + postgres_version: [14, 15, 16] runs-on: ubuntu-latest steps: |