Add JRuby 9.2.10.0

This commit is contained in:
Benoit Daloze
2020-02-22 15:34:51 +01:00
parent 94fe02071e
commit 7f508b5101
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
| Interpreter | Versions |
| ----------- | -------- |
| Ruby | 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.9, 2.5.0 - 2.5.7, 2.6.0 - 2.6.5, 2.7.0, head |
| JRuby | 9.2.9.0, head |
| TruffleRuby | 19.3.0, 19.3.1, 20.0.0, head |
| JRuby | 9.2.9.0 - 9.2.10.0, head |
| TruffleRuby | 19.3.0 - 20.0.0, head |
| Rubinius | 4.14 |
Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
Generated Vendored
+1 -1
View File
@@ -1391,7 +1391,7 @@ function getVersions(platform) {
"head"
],
"jruby": [
"9.2.9.0",
"9.2.9.0", "9.2.10.0",
"head"
],
"truffleruby": [
+1 -1
View File
@@ -10,7 +10,7 @@ export function getVersions(platform) {
"head"
],
"jruby": [
"9.2.9.0",
"9.2.9.0", "9.2.10.0",
"head"
],
"truffleruby": [