From 6044e83b8fe9b5e2b107581a341372c3e6404d94 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 29 Feb 2020 11:58:11 +0100 Subject: [PATCH] Clarify about mingw and mswin From https://github.com/ruby/setup-ruby/pull/24#issuecomment-590582731 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d63d19..c7fc0a4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | TruffleRuby | 19.3.0 - 20.0.0, head | | Rubinius | 4.14 | -`mingw` and `mswin` are `ruby-head` builds using the MSYS2 and MSVC toolchains on Windows. +On Windows, `mingw` and `mswin` are `ruby-head` builds using the MSYS2/MinGW and the MSVC toolchains respectively. Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life, which means Ruby ≤ 2.3 is unmaintained and considered insecure. On Windows, Ruby 2.4 uses OpenSSL 1.0.2, which is no longer maintained.