Skip to content

Commit 732a75d

Browse files
authored
Allow elixir 1.17.x
RabbitMQ builds fine with elixir 1.17.1, tested with Release 3.13.3 on OTP26
1 parent 9aa326c commit 732a75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule RabbitMQCtl.MixfileBase do
1111
[
1212
app: :rabbitmqctl,
1313
version: "3.13.0-dev",
14-
elixir: ">= 1.13.4 and < 1.17.0",
14+
elixir: ">= 1.13.4 and < 1.18.0",
1515
build_embedded: Mix.env() == :prod,
1616
start_permanent: Mix.env() == :prod,
1717
escript: [

0 commit comments

Comments
 (0)