Skip to content

Commit

Permalink
Workaround for JRuby 9.2.15.0 regression
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 27, 2021
1 parent e33afe3 commit fb6c83d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ workflows:
name: Ruby HEAD
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build
- rake_default:
# FIXME: Workaround for JRuby 9.2.15.0.
# Please specify `circleci/jruby:9.2` when the following issue will be resolved.
# https://github.com/jruby/jruby/issues/6581
name: JRuby 9.2
image: circleci/jruby:9.2
image: circleci/jruby:9.2.14

0 comments on commit fb6c83d

Please sign in to comment.