From 6daccac40827e5a9519801d50bcde71356a92bb1 Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Tue, 19 Apr 2022 22:38:04 +1000 Subject: [PATCH] Update README to include defined text around compatibility. Provides a clear guidance on what versions of Ruby mail supports now and into the future. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3be6c5cf..8d614b36 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ our documentation, add new features—up to you! Thank you for pitching in. Mail supports Ruby 2.5+, including JRuby and TruffleRuby. +As new versions of Ruby are released, Mail will be compatible with support for the "preview" and all "normal maintenance", "security maintenance" and the two most recent "end of life" versions listed at the [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/) page. Pull requests to assist in adding support for new preview releases are more than welcome. + Every Mail commit is tested by GitHub Actions on [all supported Ruby versions](https://github.com/mikel/mail/blob/master/.github/workflows/test.yml). ## Discussion