chore(otp26): pin rebar3 3.20.0-emqx-1 for otp26

This commit is contained in:
Zaiming (Stone) Shi 2023-11-28 11:46:33 +01:00
parent 7d9072fe24
commit f4d873e572
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ case ${OTP_VSN} in
25*) 25*)
VERSION="3.19.0-emqx-9" VERSION="3.19.0-emqx-9"
;; ;;
26*)
VERSION="3.20.0-emqx-1"
;;
*) *)
echo "Unsupporetd Erlang/OTP version $OTP_VSN" echo "Unsupporetd Erlang/OTP version $OTP_VSN"
exit 1 exit 1