Browse Source

Require Erlang/OTP 21+

Loïc Hoguin 5 years ago
parent
commit
a6fe0b1f38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -28,10 +28,10 @@ dep_horse = git https://github.com/ninenines/horse.git master
 dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
 dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
 DEP_EARLY_PLUGINS = ci.erlang.mk
 DEP_EARLY_PLUGINS = ci.erlang.mk
 
 
-AUTO_CI_OTP ?= OTP-20+
+AUTO_CI_OTP ?= OTP-21+
 AUTO_CI_HIPE ?= OTP-LATEST
 AUTO_CI_HIPE ?= OTP-LATEST
 # AUTO_CI_ERLLVM ?= OTP-LATEST
 # AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-20+
+AUTO_CI_WINDOWS ?= OTP-21+
 
 
 # Standard targets.
 # Standard targets.