diff options
author | Loïc Hoguin <[email protected]> | 2017-09-15 12:52:16 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-09-15 12:52:16 +0200 |
commit | a2832d5f4ac4533abbe0423fc3127909b3b69190 (patch) | |
tree | b009bd6a196bdf6433200021589170d5940e1572 /Makefile | |
parent | 6b2354a3bca447e069adb4e22f0a5b2cbec0c333 (diff) | |
download | cowboy-a2832d5f4ac4533abbe0423fc3127909b3b69190.tar.gz cowboy-a2832d5f4ac4533abbe0423fc3127909b3b69190.tar.bz2 cowboy-a2832d5f4ac4533abbe0423fc3127909b3b69190.zip |
Add OTP 20.0.5 to CI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol PLT_APPS = public_key ssl CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl -CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.2 OTP-20.0.4 +CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.2 OTP-20.0.5 CI_HIPE ?= $(lastword $(CI_OTP)) # CI_ERLLVM ?= $(CI_HIPE) |