Add JRuby 9.2.11.0

This commit is contained in:
David Rodríguez
2020-03-05 23:05:44 +02:00
committed by Benoit Daloze
parent 6044e83b8f
commit d8d290d206
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ 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, mingw, mswin |
| JRuby | 9.2.9.0 - 9.2.10.0, head |
| JRuby | 9.2.9.0 - 9.2.11.0, head |
| TruffleRuby | 19.3.0 - 20.0.0, head |
| Rubinius | 4.14 |
Generated Vendored
+1 -1
View File
@@ -1391,7 +1391,7 @@ function getVersions(platform) {
"head"
],
"jruby": [
"9.2.9.0", "9.2.10.0",
"9.2.9.0", "9.2.10.0", "9.2.11.0",
"head"
],
"truffleruby": [
+1 -1
View File
@@ -10,7 +10,7 @@ export function getVersions(platform) {
"head"
],
"jruby": [
"9.2.9.0", "9.2.10.0",
"9.2.9.0", "9.2.10.0", "9.2.11.0",
"head"
],
"truffleruby": [