aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-04 11:17:34 +0100
committerLoïc Hoguin <[email protected]>2019-12-04 11:17:34 +0100
commitcd7870df151a8686c6d204f9972f9032494c44d4 (patch)
tree7ce1a0f9f60a26a0bdd617353ff0ffc2e61f7b7f /Makefile
parent63b17e4edf666d995ec86cdcda17a62ba5ebc423 (diff)
downloadcowboy-cd7870df151a8686c6d204f9972f9032494c44d4.tar.gz
cowboy-cd7870df151a8686c6d204f9972f9032494c44d4.tar.bz2
cowboy-cd7870df151a8686c6d204f9972f9032494c44d4.zip
Experiment with {active,N}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bd4ffa0..02df0e7 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-LATEST-20+
+AUTO_CI_OTP ?= OTP-LATEST-22+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-LATEST-20+
+AUTO_CI_WINDOWS ?= OTP-LATEST-22+
# Standard targets.