File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,19 +48,11 @@ jobs:
4848 fail-fast : false
4949 matrix :
5050 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"]
5353 exclude :
54- - elixir : " 1.12"
55- otp : " 25"
56- - elixir : " 1.12"
57- otp : " 26"
5854 - elixir : " 1.13"
5955 otp : " 26"
60- - elixir : " 1.15"
61- otp : " 23"
62- - os : " windows-2019"
63- otp : " 23"
6456 steps :
6557 - uses : actions/checkout@v3
6658 - uses : erlef/setup-beam@v1
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.12 " ,
11+ elixir: "~> 1.13 " ,
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