Require Erlang/OTP 23 for RabbitMQ 3.9

This commit is contained in:
Michael Klishin 2021-03-03 18:13:15 +03:00
parent b0d036e3b4
commit ea41934d9c
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
-export([check/1]).
-define(OTP_MINIMUM, "22.3").
-define(ERTS_MINIMUM, "10.7").
-define(OTP_MINIMUM, "23.0").
-define(ERTS_MINIMUM, "11.1").
check(_Context) ->
rabbit_log_prelaunch:debug(""),