Add JRuby 9.1.17.0

This commit is contained in:
Benoit Daloze
2020-03-11 11:38:17 +01:00
parent 3dad7e20e6
commit aea40d1b5a
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
# Use various version syntaxes here for testing
ruby: [ 2.2, 2.3, .ruby-version, .tool-versions, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
ruby: [ 2.2, 2.3, .ruby-version, .tool-versions, ruby-head, jruby-9.1, jruby, jruby-head, truffleruby, truffleruby-head ]
exclude:
- os: windows-latest
ruby: truffleruby
+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.11.0, head |
| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.11.0, head |
| TruffleRuby | 19.3.0 - 20.0.0, head |
| Rubinius | 4.14 |
Generated Vendored
+1
View File
@@ -1393,6 +1393,7 @@ function getVersions(platform) {
"head"
],
"jruby": [
"9.1.17.0",
"9.2.9.0", "9.2.10.0", "9.2.11.0",
"head"
],
+2 -1
View File
@@ -10,7 +10,8 @@ export function getVersions(platform) {
"head"
],
"jruby": [
"9.1.17.0", "9.2.9.0", "9.2.10.0", "9.2.11.0",
"9.1.17.0",
"9.2.9.0", "9.2.10.0", "9.2.11.0",
"head"
],
"truffleruby": [