Bump Elixir and Erlang versions (#2505)

This commit is contained in:
Jonatan Kłosko 2024-03-10 13:50:24 +01:00 committed by GitHub
parent 3162d2536c
commit f260ee08d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View file

@ -809,9 +809,6 @@ defmodule Livebook.Runtime.ErlDist.RuntimeServer do
end
end
# TODO: remove once CI runs Elixir v1.16.2
@compile {:no_warn_undefined, {Mix, :install_project_dir, 0}}
defp install_project_dir() do
# TODO: remove the check once we require Elixir v1.16.2
if Code.ensure_loaded?(Mix) && function_exported?(Mix, :install_project_dir, 0) do

View file

@ -1,6 +1,6 @@
elixir="1.16.0"
otp="26.2.1"
elixir="1.16.2"
otp="26.2.3"
openssl="1.1.1s"
rebar3="3.22.0"
debian="bookworm-20231009-slim"
debian="bookworm-20240130-slim"
ubuntu="focal-20231003"