aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-11-23 13:52:38 +0100
committerLoïc Hoguin <[email protected]>2019-11-23 13:53:02 +0100
commita6fe0b1f3866430c6392cfb51085c516df64ac94 (patch)
treeeb582f0a2f66bf0f8e90563e8ea9c2b0f3ee4051
parentc6553f8308a2ca5dcd69d845f0a7d098c40c3363 (diff)
downloadcowlib-a6fe0b1f3866430c6392cfb51085c516df64ac94.tar.gz
cowlib-a6fe0b1f3866430c6392cfb51085c516df64ac94.tar.bz2
cowlib-a6fe0b1f3866430c6392cfb51085c516df64ac94.zip
Require Erlang/OTP 21+
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a9605d..efcc622 100644
--- a/Makefile
+++ b/Makefile
@@ -28,10 +28,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-20+
+AUTO_CI_OTP ?= OTP-21+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-20+
+AUTO_CI_WINDOWS ?= OTP-21+
# Standard targets.