Skip to content

Commit c65eb0a

Browse files
committed
teslamate: test with postgresql@18
1 parent 353dca2 commit c65eb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/t/teslamate.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Teslamate < Formula
1717
end
1818

1919
depends_on "node" => :build
20-
depends_on "postgresql@17" => :test
20+
depends_on "postgresql@18" => :test
2121
depends_on "elixir"
2222
depends_on "erlang"
2323
depends_on "openssl@3"
@@ -64,7 +64,7 @@ def install
6464
ENV["LC_ALL"] = "C"
6565

6666
pg_port = free_port
67-
pg_bin = Formula["postgresql@17"].opt_bin
67+
pg_bin = Formula["postgresql@18"].opt_bin
6868
pg_ctl = pg_bin/"pg_ctl"
6969
datadir = testpath/"postgres"
7070
system pg_ctl, "init", "-D", datadir

0 commit comments

Comments
 (0)