File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ jobs:
17
17
matrix :
18
18
include :
19
19
- elixir : 1.8.x
20
- otp : 21.3.8.18
20
+ otp : 21.3.8.20
21
21
tests_may_fail : false
22
22
- elixir : 1.9.x
23
- otp : 21.3.8.18
23
+ otp : 21.3.8.20
24
24
tests_may_fail : false
25
25
- elixir : 1.10.x
26
- otp : 21.3.8.18
26
+ otp : 21.3.8.20
27
27
tests_may_fail : false
28
28
check_unused_deps : true
29
29
- elixir : 1.11.x
30
- otp : 21.3.8.18
30
+ otp : 21.3.8.20
31
31
tests_may_fail : false
32
32
check_unused_deps : true
33
33
- elixir : 1.11.x
34
- otp : 23.1.4
34
+ otp : 23.2.x
35
35
tests_may_fail : false
36
36
warnings_as_errors : true
37
37
check_formatted : true
62
62
strategy :
63
63
matrix :
64
64
include :
65
- - elixir : 1.11.0
66
- otp : 23.1.1
65
+ - elixir : 1.11.x
66
+ otp : 23.2.x
67
67
steps :
68
68
- uses : actions/checkout@v2
69
69
- uses : actions/setup-elixir@v1
You can’t perform that action at this time.
0 commit comments