This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-meck.git

commit 303e2919b9b9807511057a8d4a962b92d3fa6cf9
Author: Adam Lindberg <[email protected]>
AuthorDate: Wed Jun 9 14:16:12 2021 +0200

    Bump least compatible Erlang/OTP version to 22
---
 .github/workflows/erlang.yml | 3 ---
 CHANGELOG.md                 | 6 ++++++
 README.md                    | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml
index a8a2244..5af4082 100644
--- a/.github/workflows/erlang.yml
+++ b/.github/workflows/erlang.yml
@@ -15,9 +15,6 @@ jobs:
           - '24'
           - '23'
           - '22'
-          - '21'
-          - '20'
-          - '19'
         rebar3:
           - '3'
     steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76571c7..1fd384c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,12 @@ The format is based on [Keep a Changelog], and this project 
adheres to
 
 - Fix misleading not_mocked errors when when unloading a mock 
[\#231](https://github.com/eproxus/meck/pull/231)
 
+### Removed
+
+- Compatibility for Erlang versions below 22. Meck will follow the compatible
+  Erlang versions of Rebar 3 for future releases. Older versions might still
+  work but there is no guarantee and no support.
+
 ## [0.9.2] - 2021-03-06
 
 ### Fixed
diff --git a/README.md b/README.md
index 73a601d..0e88f4d 100644
--- a/README.md
+++ b/README.md
@@ -300,7 +300,7 @@ If you or your company use Meck and find it useful, a 
[sponsorship][sponsors] or
 [hex]: https://hex.pm/packages/meck
 [hex version badge]: https://img.shields.io/hexpm/v/meck.svg?style=flat-square
 [hex license badge]: https://img.shields.io/hexpm/l/meck.svg?style=flat-square
-[erlang versions badge]: 
https://img.shields.io/badge/erlang-19--23-blue.svg?style=flat-square
+[erlang versions badge]: 
https://img.shields.io/badge/erlang-22--24-blue.svg?style=flat-square
 [erlang versions]: 
https://github.com/eproxus/meck/blob/master/.github/workflows/erlang.yml#L13-L18
 [sponsors badge]: 
https://img.shields.io/github/sponsors/eproxus?color=EA4AAA&logo=GitHub%20Sponsors&style=flat-square
 [liberapay badge]: 
https://img.shields.io/liberapay/receives/eproxus.svg?logo=liberapay&style=flat-square

Reply via email to