aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-20 15:41:51 +0100
committerLoïc Hoguin <[email protected]>2017-11-20 15:41:51 +0100
commitfb56d2162260085363fd52d41c413d603e261c4f (patch)
tree53de0dc7a5ae9d29dd41cbc6dea938fa9078edb3
parentb6900008a5e7b67c2944c5e29427a45e00179a99 (diff)
downloadci.erlang.mk-fb56d2162260085363fd52d41c413d603e261c4f.tar.gz
ci.erlang.mk-fb56d2162260085363fd52d41c413d603e261c4f.tar.bz2
ci.erlang.mk-fb56d2162260085363fd52d41c413d603e261c4f.zip
OTP-20.1.6
-rw-r--r--early-plugins.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 4b64354..f2544ac 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -20,7 +20,7 @@
OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.6
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.3
-OTP-20 := OTP-20.0.5 OTP-20.1.5
+OTP-20 := OTP-20.0.5 OTP-20.1.6
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20)
OTP-19+ := $(OTP-19) $(OTP-20)
@@ -32,7 +32,7 @@ OTP-LATEST := $(lastword $(OTP-18+))
# are listed here. This list is used to cleanup builds and
# installations that we do not care about anymore.
-OTP-DROPPED := OTP-18.3.4 OTP-19.3.6
+OTP-DROPPED := OTP-18.3.4 OTP-19.3.6 OTP-20.1.5
# Configure Erlang.mk's CI plugin.