Skip to content

Commit

Permalink
Upgrade pgrx, all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 3, 2024
1 parent f366045 commit 6bb87dd
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container: pgxn/pgxn-tools
strategy:
matrix:
pg: [12, 13, 14, 15, 16, 17]
pg: [17, 16, 15, 14, 13, 12]
name: 🐘 Postgres ${{ matrix.pg }}
steps:
- name: Checkout
Expand All @@ -26,7 +26,7 @@ jobs:
name: ✅ Lint and Cover
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
env: { PGVERSION: 16 }
env: { PGVERSION: 17 }
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 6bb87dd

Please sign in to comment.