Skip to content

Commit 6b970ce

Browse files
committed
pg_jsonschema: build for Postgres 17
1 parent 36692d0 commit 6b970ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/pg_jsonschema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def neon_postgres
2727
Formula["bayandin/tap/neon-postgres"]
2828
end
2929

30-
def pg_versions(with: "v17")
31-
neon_postgres.pg_versions
30+
def pg_versions
31+
neon_postgres.pg_versions(with: "v17")
3232
end
3333

3434
def install

0 commit comments

Comments
 (0)