Elixir 1.14 and Erlang/OTP 23 is now the minimum supported release

This commit is contained in:
Mark Felder 2024-09-18 13:14:17 -04:00
commit f00545d85b
5 changed files with 9 additions and 8 deletions

View file

@ -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],