Add test option for PostgreSQL 16

This commit is contained in:
Laurence Isla
2023-09-21 15:38:46 -03:00
committed by Steve Chavez
parent add4dfeed5
commit 90e3a5e29f
3 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: [9.6, 10, 11, 12, 13, 14, 15]
pgVersion: [9.6, 10, 11, 12, 13, 14, 15, 16]
name: Test PG ${{ matrix.pgVersion }} (Nix)
runs-on: ubuntu-latest
defaults: