Skip to content

Commit 962e666

Browse files
committed
Fix update.sh to have a erlang and openssl versions for rabbitmq 3.8
1 parent 25a9b71 commit 962e666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ versions=( "${versions[@]%/}" )
1212
# https://www.rabbitmq.com/which-erlang.html ("Maximum supported Erlang/OTP")
1313
declare -A otpMajors=(
1414
[3.7]='21'
15+
[3.8]='21'
1516
)
1617

1718
# https://www.openssl.org/policies/releasestrat.html
1819
# https://www.openssl.org/source/
1920
declare -A opensslMajors=(
2021
[3.7]='1.1'
22+
[3.8]='1.1'
2123
)
2224

2325
# TODO will these always be signed by Matt Caswell? (https://www.openssl.org/community/omc.html)

0 commit comments

Comments
 (0)