Elixir 1.14 and Erlang/OTP 23 is now the minimum supported release
This commit is contained in:
parent
6358294943
commit
f00545d85b
5 changed files with 9 additions and 8 deletions
2
mix.exs
2
mix.exs
|
|
@ -5,7 +5,7 @@ defmodule Pleroma.Mixfile do
|
|||
[
|
||||
app: :pleroma,
|
||||
version: version("2.7.0"),
|
||||
elixir: "~> 1.13",
|
||||
elixir: "~> 1.14",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: Mix.compilers(),
|
||||
elixirc_options: [warnings_as_errors: warnings_as_errors(), prune_code_paths: false],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue