File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,11 @@ jobs:
48
48
fail-fast : false
49
49
matrix :
50
50
os : ["ubuntu-20.04", "windows-2019"]
51
- elixir : ["1.15", "1.14", "1.13", "1.12" ]
52
- otp : ["26", "25", "24", "23" ]
51
+ elixir : ["1.15", "1.14", "1.13"]
52
+ otp : ["26", "25", "24"]
53
53
exclude :
54
- - elixir : " 1.12"
55
- otp : " 25"
56
- - elixir : " 1.12"
57
- otp : " 26"
58
54
- elixir : " 1.13"
59
55
otp : " 26"
60
- - elixir : " 1.15"
61
- otp : " 23"
62
- - os : " windows-2019"
63
- otp : " 23"
64
56
steps :
65
57
- uses : actions/checkout@v3
66
58
- uses : erlef/setup-beam@v1
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.12 " ,
11
+ elixir: "~> 1.13 " ,
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