Skip to content

Commit

Permalink
Require minimum Elixir 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 12, 2024
1 parent ff7323e commit 07d730e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@ workflows:
1.16.3-erlang-26.2.5.2-alpine-3.20.1,
1.15.2-erlang-26.0.2-alpine-3.18.2,
1.14.5-erlang-25.3.2-alpine-3.18.0,
1.13.4-erlang-25.3.2-alpine-3.18.0,
1.12.3-erlang-24.3.4.11-alpine-3.18.0,
1.11.4-erlang-24.3.4.11-alpine-3.18.0,
1.10.4-erlang-23.1.5-alpine-3.12.1
1.13.4-erlang-25.3.2-alpine-3.18.0
]
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule ExTTY.MixProject do
[
app: :extty,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
build_embedded: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 07d730e

Please sign in to comment.