mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Add JRuby 9.1.17.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
|
||||
+1
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user