Added version PG 16 and removed PG 11

This commit is contained in:
Akshay Joshi 2023-09-27 12:49:16 +05:30 committed by GitHub
parent 4050545f7c
commit ca3ec76db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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