File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
os : ["ubuntu-20.04"]
20
- elixir : ["1.15 "]
20
+ elixir : ["1.16 "]
21
21
otp : ["26"]
22
22
steps :
23
23
- uses : actions/checkout@v3
49
49
fail-fast : false
50
50
matrix :
51
51
os : ["ubuntu-20.04", "windows-2019"]
52
- elixir : ["1.15 ", "1.14 ", "1.13 "]
52
+ elixir : ["1.16 ", 1.15 ", "1.14 "]
53
53
otp : ["26", "25", "24"]
54
54
exclude :
55
55
- elixir : " 1.13"
Original file line number Diff line number Diff line change 2
2
3
3
## Unlreleased
4
4
5
+ - changed: Dropped support for Elixir v1.13.
6
+
5
7
## v0.18.0
6
8
7
9
- added: Ability to specify build parameters programatically.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule Exqlite.MixProject do
8
8
[
9
9
app: :exqlite ,
10
10
version: @ version ,
11
- elixir: "~> 1.13 " ,
11
+ elixir: "~> 1.14 " ,
12
12
compilers: [ :elixir_make ] ++ Mix . compilers ( ) ,
13
13
make_targets: [ "all" ] ,
14
14
make_clean: [ "clean" ] ,
You can’t perform that action at this time.
0 commit comments