Skip to content

Commit

Permalink
Deprecate PostgreSQL < 12
Browse files Browse the repository at this point in the history
11 is EOL since 9/11/2023 and the ereport() functions has changed in
PostgreSQL 12. Also it's time to modernize code and SMGRelation was
absent in 9.6... so for the new code it'll be easier to manage only
current PostgreSQL versions
  • Loading branch information
c2main committed Dec 3, 2023
1 parent c85da74 commit c5a5e79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
- 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 c5a5e79

Please sign in to comment.