Skip to content

Commit b3fa316

Browse files
committed
Bump minimum supported Elixir version to 1.12
Related to #2777
1 parent 31f570f commit b3fa316

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule TeslaMate.MixProject do
55
[
66
app: :teslamate,
77
version: version(),
8-
elixir: "~> 1.11",
8+
elixir: "~> 1.12",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:gettext] ++ Mix.compilers(),
1111
start_permanent: Mix.env() == :prod,

website/docs/installation/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Source: [postgresql.org/download](https://www.postgresql.org/download/)
2424
</details>
2525

2626
<details>
27-
<summary>Elixir (v1.11+)</summary>
27+
<summary>Elixir (v1.12+)</summary>
2828

2929
```bash
3030
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb

website/docs/installation/freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pkg install erlang
4141
</details>
4242

4343
<details>
44-
<summary>Elixir (v1.11+)</summary>
44+
<summary>Elixir (v1.12+)</summary>
4545

4646
Unfortunately the Elixir part is not well updated in FreeBSD ports.
4747
Hence the latest supported version for Erlang 21 (latest in FreeBSD ports)

0 commit comments

Comments
 (0)