Skip to content

Commit

Permalink
Merge pull request #857 from airbrake/jruby-fix
Browse files Browse the repository at this point in the history
circleci: fix JRuby build
  • Loading branch information
kyrylo committed Jul 9, 2018
2 parents 2baaa11 + 715b490 commit a0a6fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
- <<: *rails52
- <<: *sinatra
- <<: *rack
"jruby-9.1.16":
"jruby-9.2.0.0":
docker:
- image: circleci/jruby:9.1.16.0
- image: circleci/jruby:9.2.0.0
working_directory: ~/airbrake
steps:
- <<: *repo_restore_cache
Expand Down Expand Up @@ -190,6 +190,6 @@ workflows:
- "ruby-2.5":
requires:
- lint
- "jruby-9.1.16":
- "jruby-9.2.0.0":
requires:
- lint

0 comments on commit a0a6fca

Please sign in to comment.