Skip to content

Commit

Permalink
neon-extension: revision bump for Postgres 17
Browse files Browse the repository at this point in the history
Closes #209.

Signed-off-by: Alexander Bayandin <[email protected]>
  • Loading branch information
bayandin committed Nov 24, 2024
1 parent 3279a45 commit b896fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/neon-extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class NeonExtension < Formula
tag: "release-7145",
revision: "1388bbae73cc714ed65d82240f6e0935eef805c6"
license "Apache-2.0"
revision 1
head "https://github.com/neondatabase/neon.git", branch: "main"

livecheck do
Expand Down Expand Up @@ -32,7 +33,7 @@ def 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 b896fa5

Please sign in to comment.