Browse Source

Update CI to only test on OTP-20+

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

+ 2 - 2
Makefile

@@ -26,10 +26,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-19+
+AUTO_CI_OTP ?= OTP-20+
 AUTO_CI_HIPE ?= OTP-LATEST
 AUTO_CI_HIPE ?= OTP-LATEST
 # AUTO_CI_ERLLVM ?= OTP-LATEST
 # AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-19+
+AUTO_CI_WINDOWS ?= OTP-20+
 
 
 # Standard targets.
 # Standard targets.