Skip to content

Commit

Permalink
drop pg12 support and publish pg17 to pgt.dev (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Dec 12, 2024
1 parent 793ecd6 commit e909f1a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [12, 13, 14, 15, 16, 17]
pg: [13, 14, 15, 16, 17]
partman: [4.7.3, 5.1.0]
exclude:
# pg_partman does not support pg < 14
- pg: 12
partman: 5.1.0
- pg: 13
partman: 5.1.0
container: pgxn/pgxn-tools
Expand All @@ -51,8 +48,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
# add 17 when trunk supports it
pg-version: [14, 15, 16]
pg-version: [14, 15, 16, 17]
steps:
- uses: actions/checkout@v4
- name: Install Rust stable toolchain
Expand Down

0 comments on commit e909f1a

Please sign in to comment.