aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-08-29 16:57:51 +0200
committerLoïc Hoguin <[email protected]>2019-08-29 16:57:51 +0200
commitaf0e4f4d0a1c180a70adc9fed7b985bd90b396e8 (patch)
treee0587d829fd5aa0b9abfccc03340174a2da56b00
parent1014a3bd57fe35281f6f65335ae13a32c116840d (diff)
downloadcowlib-af0e4f4d0a1c180a70adc9fed7b985bd90b396e8.tar.gz
cowlib-af0e4f4d0a1c180a70adc9fed7b985bd90b396e8.tar.bz2
cowlib-af0e4f4d0a1c180a70adc9fed7b985bd90b396e8.zip
Update CI to only test on OTP-20+
-rw-r--r--Makefile4
1 files 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.