Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
add test for pg16
  • Loading branch information
ridvankorkmaz authored Feb 9, 2024
1 parent c0bf65a commit 98e1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
pg: [15, 14, 13, 12, 11, 10]
pg: [16, 15, 14, 13, 12, 11, 10]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
Expand Down

0 comments on commit 98e1bd9

Please sign in to comment.