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
8
8
jobs :
9
9
ruby-versions :
10
10
uses : ruby/actions/.github/workflows/ruby_versions.yml@master
11
+ with :
12
+ engine : cruby-jruby
11
13
12
14
test :
13
15
needs : ruby-versions
@@ -16,11 +18,12 @@ jobs:
16
18
matrix :
17
19
ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
18
20
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
23
23
ruby : truffleruby-head
24
+ - os : macos-latest
25
+ ruby : truffleruby-head
26
+ exclude :
24
27
- os : windows-latest
25
28
ruby : jruby
26
29
- os : windows-latest
43
46
run : bundle exec rake
44
47
env :
45
48
RUBYOPT : --enable-frozen_string_literal
46
- continue-on-error : ${{ startsWith(matrix.ruby, 'truffle') }}
47
49
- if : ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
48
50
run : bundle exec rake rdoc
49
51
- if : ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
You can’t perform that action at this time.
0 commit comments