Skip to content

Commit

Permalink
Merge pull request #182 from vkatsuba/del_min_otp_v
Browse files Browse the repository at this point in the history
Decrease 'minimum_otp_vsn' to '21'
  • Loading branch information
elbrujohalcon authored Dec 1, 2021
2 parents dcae5ca + d4a616c commit 4ada638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ If you find any **bugs** or have a **problem** while using this library, please

### On Hex.pm
Worker Pool is available on [Hex.pm](https://hex.pm/packages/worker_pool).

### Requirements
**Required OTP version 23** or or higher. We only provide guarantees that the system runs on `OTP23+` since that's what we're testing it in, but the `minimum_otp_vsn` is `"21"` because some systems where **worker_pool** is integrated do require it.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% ex: ts=4 sw=4 ft=erlang et

%% == Erlang Compiler ==
{minimum_otp_vsn, "23"}.
{minimum_otp_vsn, "21"}.

%% Erlang compiler options
{erl_opts,
Expand Down

0 comments on commit 4ada638

Please sign in to comment.