Skip to content

Commit 85348dc

Browse files
committed
Require Elixir 1.15
1 parent 9cbf6ce commit 85348dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
elixir: "1.18"
2525
# Oldest version. We technically support OTP 23 but hard to test in CI
2626
- erlang: "24.3"
27-
elixir: "1.14"
27+
elixir: "1.15"
2828

2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Mint.MixProject do
88
[
99
app: :mint,
1010
version: @version,
11-
elixir: "~> 1.14",
11+
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
deps: deps(),

0 commit comments

Comments
 (0)