aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-08 16:33:56 +0200
committerLoïc Hoguin <[email protected]>2018-10-08 16:33:56 +0200
commitea5a15ce4c85d134f792dbb7ec34b93982661802 (patch)
tree7515d6d4952ecf28a6dc277074399e2ef7cd8688 /Makefile
parent1d6d695934278e7b8c6e1cbfaf56c0b735765a9a (diff)
downloadranch-ea5a15ce4c85d134f792dbb7ec34b93982661802.tar.gz
ranch-ea5a15ce4c85d134f792dbb7ec34b93982661802.tar.bz2
ranch-ea5a15ce4c85d134f792dbb7ec34b93982661802.zip
Drop support for Erlang/OTP 18
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d788420..e86a454 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,10 @@ dep_ct_helper = git https://github.com/ninenines/ct_helper master
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
DEP_EARLY_PLUGINS = ci.erlang.mk
-AUTO_CI_OTP ?= OTP-18+
+AUTO_CI_OTP ?= OTP-19+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-18+
+AUTO_CI_WINDOWS ?= OTP-19+
# Standard targets.