aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-08-29 16:59:03 +0200
committerLoïc Hoguin <[email protected]>2019-08-29 16:59:03 +0200
commitaedf6379cc769ce2be1e040de3fe631e6539f442 (patch)
tree39794d01f5e1a580d697a28a78c189f3033dfbc2 /Makefile
parenta0a752ab10a5090142346c192b28c488bd1666f6 (diff)
downloadcowboy-aedf6379cc769ce2be1e040de3fe631e6539f442.tar.gz
cowboy-aedf6379cc769ce2be1e040de3fe631e6539f442.tar.bz2
cowboy-aedf6379cc769ce2be1e040de3fe631e6539f442.zip
Update CI to only test on OTP-20+
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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.