aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Makefile4
-rw-r--r--doc/src/guide/introduction.asciidoc2
2 files changed, 3 insertions, 3 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.
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc
index f7cd9c1..5d733d3 100644
--- a/doc/src/guide/introduction.asciidoc
+++ b/doc/src/guide/introduction.asciidoc
@@ -14,7 +14,7 @@ protocols is required in order to read this guide.
Gun is tested and supported on Linux, FreeBSD, Windows and OSX.
-Gun is developed for Erlang/OTP 19.0 and newer.
+Gun is developed for Erlang/OTP 20.0 and newer.
=== License