From 69709d16ded486b9e8dc72e923800e07a0b9673c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 17 Jan 2020 23:01:13 +0100 Subject: [PATCH] Simplify the supported versions section * Do not recommend a specific version syntax, different projects have different needs. The sample usages below already show the recommendation. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a3b4d8a..c57ced2 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,6 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | JRuby | 9.2.9.0 | | TruffleRuby | 19.3.0, 19.3.1 | -The recommended way to refer to these versions is: -`2.3`, `2.4`, `2.5`, `2.6`, `2.7`, `jruby`, `truffleruby`. -That way, the latest compatible release is used, which contains the most bug fixes. - See https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json for the always up-to-date list of available Ruby versions.