File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ permissions: # added using https://github.com/step-security/secure-workflows
88jobs :
99 ruby-versions :
1010 uses : ruby/actions/.github/workflows/ruby_versions.yml@master
11+ with :
12+ engine : cruby-jruby
1113
1214 test :
1315 needs : ruby-versions
@@ -16,11 +18,12 @@ jobs:
1618 matrix :
1719 ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1820 os : [ubuntu-latest, macos-latest, windows-latest]
19- exclude :
20- - os : windows-latest
21- ruby : truffleruby
22- - os : windows-latest
21+ include :
22+ - os : ubuntu-latest
2323 ruby : truffleruby-head
24+ - os : macos-latest
25+ ruby : truffleruby-head
26+ exclude :
2427 - os : windows-latest
2528 ruby : jruby
2629 - os : windows-latest
4346 run : bundle exec rake
4447 env :
4548 RUBYOPT : --enable-frozen_string_literal
46- continue-on-error : ${{ startsWith(matrix.ruby, 'truffle') }}
4749 - if : ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
4850 run : bundle exec rake rdoc
4951 - if : ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
You can’t perform that action at this time.
0 commit comments