Skip to content

Commit 3197025

Browse files
committed
Add support for jruby-head
1 parent 28def02 commit 3197025

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
1717
# Use various version syntaxes here for testing
18-
ruby: [ .ruby-version, .tool-versions, 2.2, 2.3, ruby-head, jruby, truffleruby, truffleruby-head, rubinius ]
18+
ruby: [ .ruby-version, .tool-versions, 2.2, 2.3, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head, rubinius ]
1919
exclude:
2020
- os: windows-latest
2121
ruby: truffleruby

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1717
| Interpreter | Versions |
1818
| ----------- | -------- |
1919
| 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 |
20-
| JRuby | 9.2.9.0 |
20+
| JRuby | 9.2.9.0, head |
2121
| TruffleRuby | 19.3.0, 19.3.1, head |
2222
| Rubinius | 4.14 |
2323

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder-versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export function getVersions(platform) {
1010
"head"
1111
],
1212
"jruby": [
13-
"9.2.9.0"
13+
"9.2.9.0",
14+
"head"
1415
],
1516
"truffleruby": [
1617
"19.3.0", "19.3.1",

0 commit comments

Comments
 (0)