From aedf6379cc769ce2be1e040de3fe631e6539f442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 29 Aug 2019 16:59:03 +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 039bf2e..5fab20d 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ dep_gun = git https://github.com/ninenines/gun 1.2.0 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