File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 10
10
mix-test :
11
11
runs-on : ubuntu-20.04
12
12
13
- name : mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
14
-
15
13
env :
16
14
MIX_ENV : test
17
15
ELIXIR_VERSION : ${{ matrix.elixir }}
@@ -21,21 +19,21 @@ jobs:
21
19
fail-fast : false
22
20
matrix :
23
21
include :
24
- - elixir : 1.10.4
25
- otp : 22.3
26
- - elixir : 1.14.0
27
- otp : 25.1
22
+ - elixir : " 1.10"
23
+ otp : " 22 "
24
+ - elixir : " 1.17 "
25
+ otp : " 27 "
28
26
lint : lint
29
27
30
28
steps :
31
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
32
30
33
31
- uses : erlef/setup-beam@v1
34
32
with :
35
33
otp-version : ${{matrix.otp}}
36
34
elixir-version : ${{matrix.elixir}}
37
35
38
- - uses : actions/cache@v3
36
+ - uses : actions/cache@v4
39
37
with :
40
38
path : |
41
39
deps
60
58
if : ${{ matrix.lint }}
61
59
62
60
- run : mix coveralls.json
63
- - uses : codecov/codecov-action@v3
61
+ - uses : codecov/codecov-action@v4
64
62
with :
65
63
env_vars : ELIXIR_VERSION,OTP_VERSION
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule Telemetry.Metrics.MixProject do
8
8
name: "Telemetry.Metrics" ,
9
9
app: :telemetry_metrics ,
10
10
version: @ version ,
11
- elixir: "~> 1.7 " ,
11
+ elixir: "~> 1.10 " ,
12
12
start_permanent: Mix . env ( ) == :prod ,
13
13
preferred_cli_env: preferred_cli_env ( ) ,
14
14
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments