Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit f1e1b98

Browse files
authored
Merge pull request msgpack#80 from okeuday/master
Update supported Erlang/OTP releases
2 parents a022774 + 8ca05ff commit f1e1b98

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ script: PATH=.:$PATH make check-all
55
notifications:
66
email: false
77
otp_release:
8+
- 20.3
9+
- 20.2
10+
- 20.1
811
- 20.0
912
- 19.3
1013
- 19.2

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
22
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
33

4-
{require_otp_vsn, "17|18|19|20"}.
4+
{require_otp_vsn, "17|18|19|20|21"}.
55

66
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
77
%%, {parse_transform, eqc_cover}]}.

0 commit comments

Comments
 (0)