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:
parent
a0a752ab10
commit
aedf6379cc
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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_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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue