0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update CI to only test on OTP-20+

This commit is contained in:
Loïc Hoguin 2019-08-29 16:59:03 +02:00
parent a0a752ab10
commit aedf6379cc
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -29,10 +29,10 @@ dep_gun = git https://github.com/ninenines/gun 1.2.0
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.