We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbf6ce commit 85348dcCopy full SHA for 85348dc
2 files changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
elixir: "1.18"
25
# Oldest version. We technically support OTP 23 but hard to test in CI
26
- erlang: "24.3"
27
- elixir: "1.14"
+ elixir: "1.15"
28
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mix.exs
@@ -8,7 +8,7 @@ defmodule Mint.MixProject do
8
[
9
app: :mint,
10
version: @version,
11
- elixir: "~> 1.14",
+ elixir: "~> 1.15",
12
start_permanent: Mix.env() == :prod,
13
elixirc_paths: elixirc_paths(Mix.env()),
14
deps: deps(),
0 commit comments