From 7bccad4d21b56837a1d9ded905b53800558ead8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 18 Sep 2019 09:48:12 +0200 Subject: Only test on the latest release per OTP major version by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c85ffc0..8d5d35c 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ dep_gun = git https://github.com/ninenines/gun 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-LATEST-20+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-20+ +AUTO_CI_WINDOWS ?= OTP-LATEST-20+ # Standard targets. -- cgit v1.2.3