Skip to content

Commit 98756a8

Browse files
committed
👷 turn on jruby-head
1 parent 216358f commit 98756a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/heads.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555

5656
# jruby-head
5757
# 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
58+
- ruby: "jruby-head"
59+
appraisal: "jruby-head"
60+
exec_cmd: "rake spec"
61+
gemfile: "Appraisal.root"
62+
rubygems: default
63+
bundler: default
6464

6565
steps:
6666
- name: Checkout

0 commit comments

Comments
 (0)