Skip to content

Commit

Permalink
Add CI for pg12/13 per #259
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Sep 9, 2024
1 parent 22fcef1 commit 2ba5f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
fail-fast: false
matrix:
ci:
- { PGVER: 11 }
- { PGVER: 12 }
- { PGVER: 13 }
- { PGVER: 14 }
- { PGVER: 15 }
Expand Down

0 comments on commit 2ba5f72

Please sign in to comment.