Skip to content

Commit

Permalink
pg_graphql: 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 fb86e4d commit 36692d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pg_graphql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ class PgGraphql < Formula
sha256 "ba04f50b3f9f160a1c70861ad2358b3eb6485dbc13608eef09b4094460487a57"
end

def neon_postgres(with: "v17")
def neon_postgres
Formula["bayandin/tap/neon-postgres"]
end

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

def install
Expand Down

0 comments on commit 36692d0

Please sign in to comment.