File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
matrix :
42
42
version :
43
43
- otp : 27.0
44
- elixir : 1.18.0
44
+ elixir : 1.18
45
45
os : ubuntu-latest
46
- - otp : 22 .0
47
- elixir : 1.12.0
46
+ - otp : 24 .0
47
+ elixir : 1.14
48
48
# It's necessary to run on ubunto 20.04 for OTP 20 - 25
49
49
# See https://github.com/erlef/setup-beam
50
50
os : ubuntu-20.04
Original file line number Diff line number Diff line change 2
2
3
3
## v1.0.39 (TBA)
4
4
5
+ Now requires Elixir 1.14+.
6
+
5
7
### Bug fixes
6
8
7
9
* [ ` Pow.Extension.Ecto.Schema ` ] Fixed deprecation warning in Elixir 1.18
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule Pow.MixProject do
7
7
[
8
8
app: :pow ,
9
9
version: @ version ,
10
- elixir: "~> 1.12 " ,
10
+ elixir: "~> 1.14 " ,
11
11
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
12
12
start_permanent: Mix . env ( ) == :prod ,
13
13
compilers: Mix . compilers ( ) ,
You can’t perform that action at this time.
0 commit comments