Browse Source

Update OTP versions to use for CI

Loïc Hoguin 9 years ago
parent
commit
27ecd7fca1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ PROJECT_REGISTERED = cowboy_clock
 COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol
 COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol
 PLT_APPS = public_key ssl
 PLT_APPS = public_key ssl
 CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
 CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
-CI_OTP = OTP-18.0.2
+CI_OTP = OTP-18.0.3 OTP-18.1
 
 
 # Dependencies.
 # Dependencies.