Skip to content

Commit

Permalink
update GHA with pg17 and drop <pg12
Browse files Browse the repository at this point in the history
The next commit depends on pg11 minimum. And following commits will
deprecate <pg12
  • Loading branch information
c2main committed Dec 15, 2024
1 parent dd964ee commit d57986f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ jobs:
strategy:
matrix:
pg:
- 17
- 16
- 15
- 14
- 13
- 12
- 11
- 10
- 9.6
- 9.5
- 9.4
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
Expand Down

0 comments on commit d57986f

Please sign in to comment.