Skip to content

Commit acb4410

Browse files
authored
Merge pull request #214 from nirvdrum/add-truffleruby
Run benchmarks on TruffleRuby in CI.
2 parents e1fd7ec + d1716c9 commit acb4410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
ruby-version: ['3.1', '3.0', '2.7', '2.5.1', '2.4.3', '2.3.0',
1818
'2.1.9', '2.2.10', 'ruby-head', 'jruby-9.1.17.0',
19-
'jruby-head']
19+
'jruby-head', 'truffleruby-22.3.0', 'truffleruby-head']
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)