aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 14:30:32 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 14:30:32 +0200
commitf80753f4a653edd32469ebc2fdd99b8db2c74c54 (patch)
treeb3920ab154d7ab3db53821b54cf0ea359c8640ed
parent0eb0db3653bd89809acf528a0a3234c2c3cdde22 (diff)
downloadcowlib-f80753f4a653edd32469ebc2fdd99b8db2c74c54.tar.gz
cowlib-f80753f4a653edd32469ebc2fdd99b8db2c74c54.tar.bz2
cowlib-f80753f4a653edd32469ebc2fdd99b8db2c74c54.zip
Update OTP versions tested
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bb4019..ab48188 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ endif
LOCAL_DEPS = crypto
DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
-CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6 OTP-19.2
+CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.1 OTP-20.0.1
CI_HIPE ?= $(lastword $(CI_OTP))
CI_ERLLVM ?= $(CI_HIPE)