Skip to content

Commit d8a0d97

Browse files
authored
Merge pull request #637 from okeuday/issue636
Fix Erlang/OTP 20.0 / 20.1 compilation
2 parents 9505dd3 + 1535e91 commit d8a0d97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ otp_release:
33
- 22.1
44
- 22.0
55
- 21.3
6+
- 20.1.7
67

78
env:
89
- TEST=1

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{platform_define, "^[0-9]+", namespaced_types},
77
{platform_define, "^R", no_proxy_sni_support},
88
{platform_define, "^(19)|(20)", no_customize_hostname_check},
9-
{platform_define, "^20", buggy_chacha_ciphers}
9+
{platform_define, "^20\.3", buggy_chacha_ciphers}
1010
]}.
1111

1212
{erl_first_files,

0 commit comments

Comments
 (0)