Skip to content

Commit

Permalink
Update allowed Elixir/Erlang versions to be consistent with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Sep 24, 2023
1 parent 77fda15 commit ef0a427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/server/lib/lexical/server/boot.ex
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ defmodule Lexical.Server.Boot do
end

@allowed_elixir %{
"1.13.0" => ">= 1.13.0",
"1.13.0" => ">= 1.13.4",
"1.14.0" => ">= 1.14.0",
"1.15.0" => ">= 1.15.3"
}
@allowed_erlang %{
"24" => ">= 24.3.4",
"25" => "> 25.0.0",
"25" => ">= 25.0.0",
"26" => ">= 26.0.2"
}

Expand Down

0 comments on commit ef0a427

Please sign in to comment.