aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-09-27 14:22:44 +0200
committerLoïc Hoguin <[email protected]>2017-09-27 14:22:44 +0200
commit5fe46ebe64b3fe6c89840691a4172eb5852f0fba (patch)
treeb2a238b2386cf7e4e97d851412a94e1c6bc225ed
parent11ae407eed92002339fc6cde8acd767e7be953c1 (diff)
downloadcowboy-5fe46ebe64b3fe6c89840691a4172eb5852f0fba.tar.gz
cowboy-5fe46ebe64b3fe6c89840691a4172eb5852f0fba.tar.bz2
cowboy-5fe46ebe64b3fe6c89840691a4172eb5852f0fba.zip
Add OTP-20.1 to CI
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f94d350..827a2e2 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol
PLT_APPS = public_key ssl
CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
-CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.2 OTP-20.0.5
+CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.2 OTP-20.0.5 OTP-20.1
CI_HIPE ?= $(lastword $(CI_OTP))
# CI_ERLLVM ?= $(CI_HIPE)