From e92171a8f80755dad795691ad9e07807212d0d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 9 May 2019 10:18:53 +0200 Subject: Use ssl:handshake instead of ssl:ssl_accept This makes Ranch require OTP-21+. The function ranch:accept_ack/1 was also removed in this commit. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0f261b..321f0ae 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ dep_havoc = git https://github.com/ankhers/havoc master dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master DEP_EARLY_PLUGINS = ci.erlang.mk -AUTO_CI_OTP ?= OTP-19+ +AUTO_CI_OTP ?= OTP-21+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-19+ +AUTO_CI_WINDOWS ?= OTP-21+ # Standard targets. -- cgit v1.2.3