File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
os : ["ubuntu-20.04"]
18
- elixir : ["1.15 "]
18
+ elixir : ["1.16 "]
19
19
otp : ["26"]
20
20
steps :
21
21
- uses : actions/checkout@v3
41
41
fail-fast : false
42
42
matrix :
43
43
os : ["ubuntu-20.04"]
44
- elixir : ["1.15 ", "1.14 ", "1.13 "]
44
+ elixir : ["1.16 ", "1.15 ", "1.14 "]
45
45
otp : ["26", "25", "24"]
46
- exclude :
47
- - elixir : " 1.13"
48
- otp : " 26"
49
46
steps :
50
47
- uses : actions/checkout@v3
51
48
- uses : erlef/setup-beam@v1
Original file line number Diff line number Diff line change 1
1
defmodule EctoSQLite3.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.14 .0"
4
+ @ version "0.15 .0"
5
5
6
6
def project do
7
7
[
8
8
app: :ecto_sqlite3 ,
9
9
version: @ version ,
10
- elixir: "~> 1.13 " ,
10
+ elixir: "~> 1.14 " ,
11
11
start_permanent: Mix . env ( ) == :prod ,
12
12
source_url: "https://github.com/elixir-sqlite/ecto_sqlite3" ,
13
13
homepage_url: "https://github.com/elixir-sqlite/ecto_sqlite3" ,
You can’t perform that action at this time.
0 commit comments