From a6fe0b1f3866430c6392cfb51085c516df64ac94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 23 Nov 2019 13:52:38 +0100 Subject: Require Erlang/OTP 21+ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4a9605d..efcc622 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,10 @@ dep_horse = git https://github.com/ninenines/horse.git master dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master DEP_EARLY_PLUGINS = ci.erlang.mk -AUTO_CI_OTP ?= OTP-20+ +AUTO_CI_OTP ?= OTP-21+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-20+ +AUTO_CI_WINDOWS ?= OTP-21+ # Standard targets. -- cgit v1.2.3