We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postgresql@18
1 parent 353dca2 commit c65eb0aCopy full SHA for c65eb0a
Formula/t/teslamate.rb
@@ -17,7 +17,7 @@ class Teslamate < Formula
17
end
18
19
depends_on "node" => :build
20
- depends_on "postgresql@17" => :test
+ depends_on "postgresql@18" => :test
21
depends_on "elixir"
22
depends_on "erlang"
23
depends_on "openssl@3"
@@ -64,7 +64,7 @@ def install
64
ENV["LC_ALL"] = "C"
65
66
pg_port = free_port
67
- pg_bin = Formula["postgresql@17"].opt_bin
+ pg_bin = Formula["postgresql@18"].opt_bin
68
pg_ctl = pg_bin/"pg_ctl"
69
datadir = testpath/"postgres"
70
system pg_ctl, "init", "-D", datadir
0 commit comments