mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
CI against ruby 2.6
This commit is contained in:
parent
9e6a81f22b
commit
24f652543a
1 changed files with 15 additions and 2 deletions
|
@ -37,7 +37,7 @@ references:
|
|||
jobs:
|
||||
rubocop_lint:
|
||||
docker:
|
||||
- image: circleci/ruby:2.5
|
||||
- image: circleci/ruby:2.6
|
||||
working_directory: ~/pry
|
||||
steps:
|
||||
- checkout
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
command: bundle exec rubocop --parallel
|
||||
yard_lint:
|
||||
docker:
|
||||
- image: circleci/ruby:2.5
|
||||
- image: circleci/ruby:2.6
|
||||
working_directory: ~/pry
|
||||
steps:
|
||||
- checkout
|
||||
|
@ -120,6 +120,15 @@ jobs:
|
|||
- <<: *bundle_install
|
||||
- <<: *install_ubuntu_nano
|
||||
- <<: *unit
|
||||
"ruby-2.6":
|
||||
docker:
|
||||
- image: circleci/ruby:2.6
|
||||
working_directory: ~/pry
|
||||
steps:
|
||||
- <<: *repo_restore_cache
|
||||
- <<: *bundle_install
|
||||
- <<: *install_ubuntu_nano
|
||||
- <<: *unit
|
||||
"jruby-9.1-jdk":
|
||||
docker:
|
||||
- image: circleci/jruby:9.1-jdk
|
||||
|
@ -173,6 +182,10 @@ workflows:
|
|||
requires:
|
||||
- rubocop_lint
|
||||
- yard_lint
|
||||
- "ruby-2.6":
|
||||
requires:
|
||||
- rubocop_lint
|
||||
- yard_lint
|
||||
- "jruby-9.1-jdk":
|
||||
requires:
|
||||
- rubocop_lint
|
||||
|
|
Loading…
Add table
Reference in a new issue