Support OTP 18.1
This commit is contained in:
parent
44497d5af8
commit
3122f2cf54
2 changed files with 2 additions and 1 deletions
|
@ -4,3 +4,4 @@ notifications:
|
||||||
script: "priv/test-for-gh-pr.sh"
|
script: "priv/test-for-gh-pr.sh"
|
||||||
otp_release:
|
otp_release:
|
||||||
- 17.5
|
- 17.5
|
||||||
|
- 18.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{require_otp_vsn, "17"}.
|
{require_otp_vsn, "17|18"}.
|
||||||
|
|
||||||
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
||||||
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
||||||
|
|
Loading…
Reference in a new issue