From b14600e7e7a93bc8b78e6706ccb8770c55ce9e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 3 Jan 2019 22:59:55 +0100 Subject: Bump supported Erlang/OTP to 20.0+ In particular the switch to gen_statem broke things with Erlang/OTP before 19.3. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c959ca..4fd8c0b 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,10 @@ dep_cowboy_commit = 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-20+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-19+ +AUTO_CI_WINDOWS ?= OTP-20+ # Standard targets. -- cgit v1.2.3