Skip to content

Commit

Permalink
pg_jsonschema: build for Postgres 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Dec 20, 2024
1 parent 36692d0 commit 6b970ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pg_jsonschema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def neon_postgres
Formula["bayandin/tap/neon-postgres"]
end

def pg_versions(with: "v17")
neon_postgres.pg_versions
def pg_versions
neon_postgres.pg_versions(with: "v17")
end

def install
Expand Down

0 comments on commit 6b970ce

Please sign in to comment.