File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [master]
8
8
9
9
env :
10
- elixir_version : ' 1.13 '
11
- otp_version : ' 24.3 '
10
+ elixir_version : ' 1.14 '
11
+ otp_version : ' 25.1 '
12
12
13
13
jobs :
14
14
credo :
Original file line number Diff line number Diff line change @@ -15,17 +15,29 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
elixir :
18
+ - ' 1.14'
18
19
- ' 1.13'
19
20
- ' 1.12'
20
21
- ' 1.11'
21
22
otp :
23
+ - ' 25.1'
24
+ - ' 25.0'
22
25
- ' 24.3'
23
- - ' 24.2'
24
26
- ' 23.3'
25
27
- ' 22.3'
26
- # exclude:
27
- # - elixir: '1.10'
28
- # otp: '24.1'
28
+ exclude :
29
+ - elixir : ' 1.14'
30
+ otp : ' 23.3'
31
+ - elixir : ' 1.14'
32
+ otp : ' 22.3'
33
+ - elixir : ' 1.12'
34
+ otp : ' 25.1'
35
+ - elixir : ' 1.12'
36
+ otp : ' 25.0'
37
+ - elixir : ' 1.11'
38
+ otp : ' 25.1'
39
+ - elixir : ' 1.11'
40
+ otp : ' 25.0'
29
41
30
42
services :
31
43
redis :
You can’t perform that action at this time.
0 commit comments