Skip to content

Commit 0bb8a58

Browse files
committed
chore: bump minimum Elixir version to 1.15
Align the supported Elixir version with what the CI matrix actually tests. Elixir < 1.15 is no longer in security support upstream and is not exercised by CI.
1 parent 20637ec commit 0bb8a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Params.Mixfile do
88
[
99
app: :params,
1010
version: @version,
11-
elixir: "~> 1.2",
11+
elixir: "~> 1.15",
1212
name: "Params",
1313
deps: deps(),
1414
docs: docs(),

0 commit comments

Comments
 (0)