aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-23 12:51:22 +0100
committerLoïc Hoguin <[email protected]>2020-03-23 12:51:22 +0100
commit5f73982cf9edc258e955e3b115cba1a4c4af263f (patch)
treecca477dbb8f55ca4372790878285a19a83e0a202 /Makefile
parent9ef25457717b043a611108d7f1165a0502036bd2 (diff)
downloadgun-5f73982cf9edc258e955e3b115cba1a4c4af263f.tar.gz
gun-5f73982cf9edc258e955e3b115cba1a4c4af263f.tar.bz2
gun-5f73982cf9edc258e955e3b115cba1a4c4af263f.zip
Require OTP-22+
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94b38f6..5463091 100644
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,10 @@ dep_cowboy_commit = 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-22+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-20+
+AUTO_CI_WINDOWS ?= OTP-22+
# Standard targets.