Skip to content

Commit

Permalink
Merge pull request #1335 from cucumber/fix/ci-with-jruby-9.2.5
Browse files Browse the repository at this point in the history
CircleCI: Use circleci/jruby-9.2.5-jdk
  • Loading branch information
luke-hill authored Dec 14, 2018
2 parents 2f5d7b8 + 403281e commit b235704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

"jruby":
docker:
- image: circleci/jruby:9.2.0.0-jdk
- image: circleci/jruby:9.2.5-jdk
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit b235704

Please sign in to comment.