Commit f4e2e65 1 parent cf862b2 commit f4e2e65 Copy full SHA for f4e2e65
File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
16
16
- script : mix credo --strict
17
17
name : " Credo"
18
18
stage : lint
19
- elixir : 1.9
20
- otp_release : ' 22.0.7 '
19
+ elixir : ' 1.10 '
20
+ otp_release : ' 22.2.4 '
21
21
- script : mix format --check-formatted
22
22
name : " Formatter"
23
23
stage : lint
24
- elixir : 1.9
25
- otp_release : ' 22.0.7 '
24
+ elixir : ' 1.10 '
25
+ otp_release : ' 22.2.4 '
26
26
- script : mix dialyzer --halt-exit-status
27
27
name : " Dialyzer"
28
28
stage : typecheck
29
29
env :
30
30
- MIX_ENV=dev
31
- elixir : 1.9
32
- otp_release : ' 22.0.7 '
31
+ elixir : ' 1.10 '
32
+ otp_release : ' 22.2.4 '
33
33
- elixir : ' 1.5'
34
34
otp_release : ' 20.3.8.22'
35
35
script : mix test
50
50
otp_release : ' 22.0.7'
51
51
script : mix test
52
52
stage : test
53
+ - elixir : ' 1.10'
54
+ otp_release : ' 22.2.4'
55
+ script : mix test
56
+ stage : test
53
57
54
58
notifications :
55
59
recipients :
You can’t perform that action at this time.
0 commit comments