Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
min_version: 3.2
versions: '["mswin"]'
engine: cruby-truffleruby
engine: all

test:
needs: ruby-versions
Expand All @@ -30,6 +30,10 @@ jobs:
ruby: truffleruby
- os: windows-latest
ruby: truffleruby-head
- os: windows-latest
ruby: jruby
- os: windows-latest
ruby: jruby-head
- os: macos-latest
ruby: mswin
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion rdoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
s.add_dependency 'erb'
s.add_dependency 'tsort'
s.add_dependency 'prism', '>= 1.6.0'
s.add_dependency 'rbs', '>= 4.0.0'
s.add_dependency 'rbs', '4.1.0.pre.2'
end