aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-09-15 12:52:16 +0200
committerLoïc Hoguin <[email protected]>2017-09-15 12:52:16 +0200
commita2832d5f4ac4533abbe0423fc3127909b3b69190 (patch)
treeb009bd6a196bdf6433200021589170d5940e1572
parent6b2354a3bca447e069adb4e22f0a5b2cbec0c333 (diff)
downloadcowboy-a2832d5f4ac4533abbe0423fc3127909b3b69190.tar.gz
cowboy-a2832d5f4ac4533abbe0423fc3127909b3b69190.tar.bz2
cowboy-a2832d5f4ac4533abbe0423fc3127909b3b69190.zip
Add OTP 20.0.5 to CI
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c6cfc5..e552948 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.4
+CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.2 OTP-20.0.5
CI_HIPE ?= $(lastword $(CI_OTP))
# CI_ERLLVM ?= $(CI_HIPE)