aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-01-03 22:59:55 +0100
committerLoïc Hoguin <[email protected]>2019-01-03 23:00:55 +0100
commitb14600e7e7a93bc8b78e6706ccb8770c55ce9e61 (patch)
treee7afa4e0deec762035c25da3a2fc85dc54da3685 /Makefile
parentfbe58ec837cc3c84b08d701c82b95222738c775f (diff)
downloadgun-b14600e7e7a93bc8b78e6706ccb8770c55ce9e61.tar.gz
gun-b14600e7e7a93bc8b78e6706ccb8770c55ce9e61.tar.bz2
gun-b14600e7e7a93bc8b78e6706ccb8770c55ce9e61.zip
Bump supported Erlang/OTP to 20.0+
In particular the switch to gen_statem broke things with Erlang/OTP before 19.3.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c959ca..4fd8c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,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-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.