We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216358f commit 98756a8Copy full SHA for 98756a8
.github/workflows/heads.yml
@@ -55,12 +55,12 @@ jobs:
55
56
# jruby-head
57
# Error output has a significantly different format in JRuby :(
58
- # - ruby: "jruby-head"
59
- # appraisal: "jruby-head"
60
- # exec_cmd: "rake spec"
61
- # gemfile: "Appraisal.root"
62
- # rubygems: default
63
- # bundler: default
+ - ruby: "jruby-head"
+ appraisal: "jruby-head"
+ exec_cmd: "rake spec"
+ gemfile: "Appraisal.root"
+ rubygems: default
+ bundler: default
64
65
steps:
66
- name: Checkout
0 commit comments