Skip to content

Commit 1c282a6

Browse files
committed
Temporarily drop testing against JRuby
This is b/c therubyrhino isn't working properly in CI (see https://github.com/hibachrach/react-rails/actions/runs/3034813789/jobs/4884297309)
1 parent 5f6062d commit 1c282a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
ruby:
1616
- 2.7.0
1717
- 2.6.5
18-
- jruby-9.3.7.0
18+
# TODO restore testing against JRuby w/ therubyrhino
19+
# - jruby-9.3.7.0
1920
gemfile:
2021
# These have webpacker:
2122
- rails_5.2_no_sprockets

0 commit comments

Comments
 (0)