From 87bdd3b2deab54d2109c03027cd4d03933e3153d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 8 Mar 2019 14:09:38 +0100 Subject: Only test Windows on OTP-21+ to avoid weird failures --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75ea82a..0d9edfa 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ DEP_EARLY_PLUGINS = ci.erlang.mk AUTO_CI_OTP ?= OTP-19+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-19+ +# Not sure why but the groff tests fail before OTP-21. +AUTO_CI_WINDOWS ?= OTP-21+ include erlang.mk -- cgit v1.2.3