From ea5a15ce4c85d134f792dbb7ec34b93982661802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 8 Oct 2018 16:33:56 +0200 Subject: Drop support for Erlang/OTP 18 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d788420..e86a454 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-18+ +AUTO_CI_OTP ?= OTP-19+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-18+ +AUTO_CI_WINDOWS ?= OTP-19+ # Standard targets. -- cgit v1.2.3