File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
name : Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
19
19
lint : true
20
20
coverage : true
21
21
dialyzer : true
22
- - erlang : " 24.3"
23
- elixir : " 1.12"
24
- - erlang : " 23.3.1"
25
- elixir : " 1.12"
22
+ - erlang : " 24.3" # We technically support OTP 23 but hard to test in CI
23
+ elixir : " 1.14"
26
24
dialyzer : true
27
25
env :
28
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule Mint.MixProject do
8
8
[
9
9
app: :mint ,
10
10
version: @ version ,
11
- elixir: "~> 1.12 " ,
11
+ elixir: "~> 1.14 " ,
12
12
start_permanent: Mix . env ( ) == :prod ,
13
13
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
14
14
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments