Skip to content

Commit

Permalink
Up minimum Elixir version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Jan 9, 2025
1 parent 4367bcb commit 40b4ff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
elixir: 1.18.0
os: ubuntu-latest
- otp: 22.0
elixir: 1.12.0
elixir: 1.14.0
# It's necessary to run on ubunto 20.04 for OTP 20 - 25
# See https://github.com/erlef/setup-beam
os: ubuntu-20.04
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v1.0.39 (TBA)

Now requires Elixir 1.14+.

### Bug fixes

* [`Pow.Extension.Ecto.Schema`] Fixed deprecation warning in Elixir 1.18
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Pow.MixProject do
[
app: :pow,
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down

0 comments on commit 40b4ff6

Please sign in to comment.