From af0e4f4d0a1c180a70adc9fed7b985bd90b396e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 29 Aug 2019 16:57:51 +0200 Subject: Update CI to only test on OTP-20+ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd1150d..ca191c0 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,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-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