aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-05-09 10:18:53 +0200
committerLoïc Hoguin <[email protected]>2021-04-17 16:32:02 +0200
commit281c409f702c36c79564f0a257308724e7917b39 (patch)
tree7e7b8316909cba9d057d38d1f86fc8b8aca280ea /Makefile
parent3190aef88aea04d6dce8545fe9b4574288903f44 (diff)
downloadranch-281c409f702c36c79564f0a257308724e7917b39.tar.gz
ranch-281c409f702c36c79564f0a257308724e7917b39.tar.bz2
ranch-281c409f702c36c79564f0a257308724e7917b39.zip
Use ssl:handshake instead of ssl:ssl_accept
This makes Ranch require OTP-21+.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7eb5eb4..ecd9de5 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,10 @@ dep_ct_helper = git https://github.com/ninenines/ct_helper 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.