Added PG version 16 and removed PG version 11 from github actions.

This commit is contained in:
Akshay Joshi 2023-09-27 13:26:21 +05:30
parent ca3ec76db6
commit bae912fa40
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgver: [11, 12, 13, 14, 15]
pgver: [12, 13, 14, 15]
runs-on: ubuntu-latest

View File

@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-latest]
pgver: [11, 12, 13, 14, 15]
pgver: [12, 13, 14, 15]
runs-on: ${{ matrix.os }}

View File

@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
pgver: [11, 12, 13, 14, 15]
pgver: [12, 13, 14, 15, 16]
runs-on: ${{ matrix.os }}