Update the otp_release list to something more recent

This commit is contained in:
Maas-Maarten Zeeman
2019-04-11 08:53:55 +02:00
parent 0743f9216a
commit ec5d3e0d48

View File

@@ -1,6 +1,8 @@
language: erlang language: erlang
otp_release: otp_release:
- R16B03 - 17.5
- R15B01 - 18.3
- 17.0 - 19.3
- 20.3
- 21.3
script: "rebar compile eunit" script: "rebar compile eunit"