Skip to content

Commit 33f732b

Browse files
committed
Pin both Elixir/Erlang versions in mise config
1 parent 5999f30 commit 33f732b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
DATABASE_URL = "postgres://postgres:secret@localhost/ecto_network_test"
33

44
[tools]
5-
elixir = "latest"
6-
erlang = "27"
5+
elixir = "1.19"
6+
erlang = "28"

0 commit comments

Comments
 (0)