@@ -16,26 +16,26 @@ jobs:
16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- elixir : ["1.10.0 ", "1.9 .4", "1.8.2 ", "1.7 .4", "1.6.6 "]
19
+ elixir : ["1.12.3 ", "1.11 .4", "1.10.4 ", "1.9 .4", "1.8.2 "]
20
20
include :
21
- - elixir : " 1.10.0 "
22
- otp : " 22.2.3 "
21
+ - elixir : " 1.12.3 "
22
+ otp : " 24.0.6 "
23
23
check_formatting : true
24
- - elixir : " 1.9 .4"
25
- otp : " 22.1.7 "
24
+ - elixir : " 1.11 .4"
25
+ otp : " 24.0.6 "
26
26
check_formatting : true
27
- - elixir : " 1.8.2 "
28
- otp : " 22.1 .7"
27
+ - elixir : " 1.10.4 "
28
+ otp : " 23.3.4 .7"
29
29
check_formatting : false
30
- - elixir : " 1.7 .4"
31
- otp : " 22.1.7 "
30
+ - elixir : " 1.9 .4"
31
+ otp : " 22.3.4.21 "
32
32
check_formatting : false
33
- - elixir : " 1.6.6 "
34
- otp : " 20 .3.8.24 "
33
+ - elixir : " 1.8.2 "
34
+ otp : " 22 .3.4.21 "
35
35
check_formatting : false
36
36
steps :
37
37
- uses : actions/checkout@v1
38
- - uses : actions /setup-elixir @v1.0.0
38
+ - uses : erlef /setup-beam @v1
39
39
with :
40
40
otp-version : ${{ matrix.otp }}
41
41
elixir-version : ${{ matrix.elixir }}
@@ -69,21 +69,21 @@ jobs:
69
69
strategy :
70
70
fail-fast : false
71
71
matrix :
72
- elixir : ["1.10.0 ", "1.9 .4", "1.8.2 ", "1.7 .4", "1.6.6 "]
72
+ elixir : ["1.12.3 ", "1.11 .4", "1.10.4 ", "1.9 .4", "1.8.2 "]
73
73
include :
74
- - elixir : " 1.10.0"
75
- otp : " 22.2.3"
74
+ - elixir : " 1.12.3"
75
+ otp : " 24.0.6"
76
+ - elixir : " 1.11.4"
77
+ otp : " 24.0.6"
78
+ - elixir : " 1.10.4"
79
+ otp : " 23.3.4.7"
76
80
- elixir : " 1.9.4"
77
- otp : " 22.1.7 "
81
+ otp : " 22.3.4.21 "
78
82
- elixir : " 1.8.2"
79
- otp : " 22.1.7"
80
- - elixir : " 1.7.4"
81
- otp : " 22.1.7"
82
- - elixir : " 1.6.6"
83
- otp : " 20.3.8.24"
83
+ otp : " 22.3.4.21"
84
84
steps :
85
85
- uses : actions/checkout@v1
86
- - uses : actions /setup-elixir @v1.0.0
86
+ - uses : erlef /setup-beam @v1
87
87
with :
88
88
otp-version : ${{ matrix.otp }}
89
89
elixir-version : ${{ matrix.elixir }}
@@ -116,22 +116,22 @@ jobs:
116
116
fail-fast : false
117
117
matrix :
118
118
elixir :
119
- - " 1.10.0"
119
+ - " 1.12.3"
120
+ - " 1.11.4"
121
+ - " 1.10.4"
120
122
- " 1.9.4"
121
123
- " 1.8.2"
122
- - " 1.7.4"
123
- - " 1.6.6"
124
124
include :
125
- - elixir : " 1.10.0"
126
- otp : " 22.2.3"
125
+ - elixir : " 1.12.3"
126
+ otp : " 24.0.6"
127
+ - elixir : " 1.11.4"
128
+ otp : " 24.0.6"
129
+ - elixir : " 1.10.4"
130
+ otp : " 23.3.4.7"
127
131
- elixir : " 1.9.4"
128
- otp : " 22.1.7 "
132
+ otp : " 22.3.4.21 "
129
133
- elixir : " 1.8.2"
130
- otp : " 22.1.7"
131
- - elixir : " 1.7.4"
132
- otp : " 22.1.7"
133
- - elixir : " 1.6.6"
134
- otp : " 20.3.8.24"
134
+ otp : " 22.3.4.21"
135
135
services :
136
136
# Allow accessing localhost ports from docker containers.
137
137
# See https://github.com/qoomon/docker-host
@@ -168,7 +168,7 @@ jobs:
168
168
169
169
steps :
170
170
- uses : actions/checkout@v1
171
- - uses : actions /setup-elixir @v1.0.0
171
+ - uses : erlef /setup-beam @v1
172
172
with :
173
173
otp-version : ${{ matrix.otp }}
174
174
elixir-version : ${{ matrix.elixir }}
0 commit comments