Skip to content

Commit 0331c8b

Browse files
committed
Add support for truffleruby-head
1 parent 818f4ee commit 0331c8b

File tree

7 files changed

+3502
-142
lines changed

7 files changed

+3502
-142
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
matrix:
1515
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
1616
# Use various version syntaxes here for testing
17-
ruby: [ .ruby-version, 2.3, ruby-2.4, 2.5, ruby-2.6.5, 2.7.0, jruby, truffleruby, rubinius ]
17+
ruby: [ .ruby-version, 2.3, ruby-2.4, 2.5, ruby-2.6.5, 2.7.0, jruby, truffleruby, truffleruby-head, rubinius ]
1818
exclude:
1919
- os: windows-latest
2020
ruby: truffleruby
21+
- os: windows-latest
22+
ruby: truffleruby-head
2123
- os: ubuntu-16.04
2224
ruby: rubinius
2325
- os: macos-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1313
| ----------- | -------- |
1414
| Ruby | 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 |
1515
| JRuby | 9.2.9.0 |
16-
| TruffleRuby | 19.3.0, 19.3.1 |
16+
| TruffleRuby | 19.3.0, 19.3.1, head |
1717
| Rubinius | 4.13 |
1818

1919
Note that Ruby 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,

0 commit comments

Comments
 (0)