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 1717 strategy :
1818 matrix :
1919 os : ["ubuntu-20.04"]
20- elixir : ["1.15 "]
20+ elixir : ["1.16 "]
2121 otp : ["26"]
2222 steps :
2323 - uses : actions/checkout@v3
4949 fail-fast : false
5050 matrix :
5151 os : ["ubuntu-20.04", "windows-2019"]
52- elixir : ["1.15 ", "1.14 ", "1.13 "]
52+ elixir : ["1.16 ", "1.15 ", "1.14 "]
5353 otp : ["26", "25", "24"]
5454 exclude :
5555 - elixir : " 1.13"
Original file line number Diff line number Diff line change 22
33## Unlreleased
44
5+ - changed: Dropped support for Elixir v1.13.
6+
57## v0.18.0
68
79- 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
88 [
99 app: :exqlite ,
1010 version: @ version ,
11- elixir: "~> 1.13 " ,
11+ elixir: "~> 1.14 " ,
1212 compilers: [ :elixir_make ] ++ Mix . compilers ( ) ,
1313 make_targets: [ "all" ] ,
1414 make_clean: [ "clean" ] ,
You can’t perform that action at this time.
0 commit comments