Skip to content

Commit

Permalink
Run tests with PG15 and 16 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jan 4, 2023
1 parent 5eacc8e commit 420eca9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ jobs:

strategy:
matrix:
pgversion: [ 9.5, 9.6, 10, 11, 12, 13, 14 ]
pgversion:
- 9.5
- 9.6
- 10
- 11
- 12
- 13
- 14
- 15
- 16

env:
PGVERSION: ${{ matrix.pgversion }}
Expand Down

0 comments on commit 420eca9

Please sign in to comment.