Skip to content

Commit

Permalink
Require Elixir 1.14/OTP 25 for qmi library
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 26, 2024
1 parent 71c53a0 commit 4d7127b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ tags: &tags
1.17.2-erlang-27.0.1-alpine-3.20.1,
1.16.3-erlang-26.2.5-alpine-3.19.1,
1.15.7-erlang-26.2.4-alpine-3.18.6,
1.14.5-erlang-25.3.2.11-alpine-3.17.7,
1.13.4-erlang-24.3.4.17-alpine-3.16.9
1.14.5-erlang-25.3.2.11-alpine-3.17.7
]

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 VintageNetQMI.MixProject do
[
app: :vintage_net_qmi,
version: @version,
elixir: "~> 1.13",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
aliases: [compile: ["compile", &build_mcc_mnc_csv/1]],
deps: deps(),
Expand Down

0 comments on commit 4d7127b

Please sign in to comment.