We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8251e2 commit c4a50daCopy full SHA for c4a50da
.github/workflows/ubuntu-rvm.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- ruby: [ 'jruby-head', 'jruby-9.2.9.0', 'ruby-head', '2.3.8', '2.2.10' ]
+ ruby: [ 'jruby-head', 'jruby-9.2.9.0', 'truffleruby', 'ruby-head', '2.3.8', '2.2.10' ]
11
steps:
12
- uses: actions/checkout@master
13
- name: Set up RVM
0 commit comments