Require Erlang/OTP 26.0 (ERTS 14.0)

This commit is contained in:
Michael Klishin 2023-10-25 20:51:12 -04:00
parent 7e95c16d9b
commit 680c36d509
2 changed files with 4 additions and 5 deletions

View File

@ -6,8 +6,6 @@ on:
- v3.12.x
- v3.11.x
- v3.10.x
- v3.9.x
- v3.8.x
- bump-otp-for-oci
- bump-rbe-*
- bump-rules_erlang
@ -35,7 +33,6 @@ jobs:
fail-fast: false
matrix:
otp_version_id:
- 25_3
- 26
metadata_store:
- mnesia

View File

@ -6,8 +6,10 @@
-export([check/1]).
-define(OTP_MINIMUM, "25.0").
-define(ERTS_MINIMUM, "13.0").
%% minimum Erlang/OTP version supported
-define(OTP_MINIMUM, "26.0").
%% the ERTS version provided by the minimum Erlang/OTP version supported
-define(ERTS_MINIMUM, "14.0").
check(_Context) ->
?LOG_DEBUG(