Skip to content

Commit

Permalink
Drop support for postgres 12 & 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Feb 9, 2024
1 parent a1547fb commit f697867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
postgres_version: [12, 13, 14, 15, 16]
postgres_version: [14, 15, 16]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f697867

Please sign in to comment.