Skip to content

Commit

Permalink
Require Elixir 1.13
Browse files Browse the repository at this point in the history
This was instigated by credo not working on Elixir 1.11 any more. Other
libraries are requiring Elixir 1.13 and later now anyway, so this
probably doesn't affect anyone in practice.
  • Loading branch information
fhunleth committed Jun 24, 2024
1 parent f3e018f commit 04a997e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ tags: &tags
1.15.7-erlang-26.1.2-alpine-3.18.4,
1.14.5-erlang-25.3.2-alpine-3.18.0,
1.13.4-erlang-25.3.2-alpine-3.18.0,
1.13.4-erlang-24.3.4.11-alpine-3.18.0,
1.12.3-erlang-24.3.4.11-alpine-3.18.0,
1.11.4-erlang-23.3.4.18-alpine-3.16.2
1.13.4-erlang-24.3.4.11-alpine-3.18.0
]

jobs:
Expand Down
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 NervesSSH.MixProject do
[
app: :nerves_ssh,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down

0 comments on commit 04a997e

Please sign in to comment.