Update min elixir version in mix.exs to 1.12
ci/woodpecker/pr/woodpecker Pipeline is pending Details

The install docs already mention 1.12 as the minimum supported version, so this should also be reflected in `mix.exs`.
This commit is contained in:
Norm 2022-08-25 18:30:19 +00:00
parent 59b886e86e
commit db7ad08d1e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ defmodule Pleroma.Mixfile do
[
app: :pleroma,
version: version("3.1.0"),
elixir: "~> 1.9",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
elixirc_options: [warnings_as_errors: warnings_as_errors()],