From 6b970ce89394b7a37d98a0a392a383f57f0cae8f Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 20 Dec 2024 13:37:59 +0100 Subject: [PATCH] pg_jsonschema: build for Postgres 17 --- Formula/pg_jsonschema.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pg_jsonschema.rb b/Formula/pg_jsonschema.rb index c028f4b..dd5072f 100644 --- a/Formula/pg_jsonschema.rb +++ b/Formula/pg_jsonschema.rb @@ -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