From f4d873e572cf7e24ac0aea6c2471855205020d3c Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 28 Nov 2023 11:46:33 +0100 Subject: [PATCH] chore(otp26): pin rebar3 3.20.0-emqx-1 for otp26 --- scripts/ensure-rebar3.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ensure-rebar3.sh b/scripts/ensure-rebar3.sh index 12c492132..054deabd4 100755 --- a/scripts/ensure-rebar3.sh +++ b/scripts/ensure-rebar3.sh @@ -18,6 +18,9 @@ case ${OTP_VSN} in 25*) VERSION="3.19.0-emqx-9" ;; + 26*) + VERSION="3.20.0-emqx-1" + ;; *) echo "Unsupporetd Erlang/OTP version $OTP_VSN" exit 1