Skip to content

Commit

Permalink
Add PostgreSQL 17 to regress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjonesbr committed Jul 18, 2024
1 parent 536f360 commit 6556ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
pg: [16,15,14,13,12,11]
pg: [17, 16,15,14,13,12,11]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
Expand Down

0 comments on commit 6556ba6

Please sign in to comment.