Skip to content

Commit 40b4ff6

Browse files
committed
Up minimum Elixir version to 1.14
1 parent 4367bcb commit 40b4ff6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
elixir: 1.18.0
4545
os: ubuntu-latest
4646
- otp: 22.0
47-
elixir: 1.12.0
47+
elixir: 1.14.0
4848
# It's necessary to run on ubunto 20.04 for OTP 20 - 25
4949
# See https://github.com/erlef/setup-beam
5050
os: ubuntu-20.04

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## v1.0.39 (TBA)
44

5+
Now requires Elixir 1.14+.
6+
57
### Bug fixes
68

79
* [`Pow.Extension.Ecto.Schema`] Fixed deprecation warning in Elixir 1.18

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Pow.MixProject do
77
[
88
app: :pow,
99
version: @version,
10-
elixir: "~> 1.12",
10+
elixir: "~> 1.14",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,
1313
compilers: Mix.compilers(),

0 commit comments

Comments
 (0)