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 77 branches : [master]
88
99env :
10- elixir_version : ' 1.13 '
11- otp_version : ' 24.3 '
10+ elixir_version : ' 1.14 '
11+ otp_version : ' 25.1 '
1212
1313jobs :
1414 credo :
Original file line number Diff line number Diff line change @@ -15,17 +15,29 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 elixir :
18+ - ' 1.14'
1819 - ' 1.13'
1920 - ' 1.12'
2021 - ' 1.11'
2122 otp :
23+ - ' 25.1'
24+ - ' 25.0'
2225 - ' 24.3'
23- - ' 24.2'
2426 - ' 23.3'
2527 - ' 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'
2941
3042 services :
3143 redis :
You can’t perform that action at this time.
0 commit comments