Update README to include defined text around compatibility.

Provides a clear guidance on what versions of Ruby mail supports now and into the future.
This commit is contained in:
Mikel Lindsaar 2022-04-19 22:38:04 +10:00 committed by David Rodríguez
parent 4a5733ddc8
commit 6daccac408
No known key found for this signature in database
GPG Key ID: 1008A258BB37309C
1 changed files with 2 additions and 0 deletions

View File

@ -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