File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
matrix :
16
16
include :
17
17
- elixir : 1.5.3
18
- otp : 18 .3.4.11
18
+ otp : 20 .3.8.26
19
19
- elixir : 1.6.6
20
- otp : 19 .3.6.13
20
+ otp : 20 .3.8.26
21
21
- elixir : 1.7.4
22
- otp : 19 .3.6.13
22
+ otp : 20 .3.8.26
23
23
- elixir : 1.8.2
24
24
otp : 20.3.8.26
25
25
- elixir : 1.9.4
28
28
otp : 23.0.3
29
29
steps :
30
30
- uses : actions/checkout@v2
31
- - uses : actions /setup-elixir@v1
31
+ - uses : erlef /setup-elixir@v1
32
32
with :
33
33
otp-version : ${{matrix.otp}}
34
34
elixir-version : ${{matrix.elixir}}
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- uses : actions/checkout@v2
46
- - uses : actions /setup-elixir@v1
46
+ - uses : erlef /setup-elixir@v1
47
47
with :
48
48
otp-version : 23.0.3
49
49
elixir-version : 1.10.4
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- uses : actions/checkout@v2
57
- - uses : actions /setup-elixir@v1
57
+ - uses : erlef /setup-elixir@v1
58
58
with :
59
59
otp-version : 22.3.4.5
60
60
elixir-version : 1.9.4 # not 1.10 as its --warnigs-as-errors has bugs https://github.com/elixir-lang/elixir/issues/10073
You can’t perform that action at this time.
0 commit comments