Merge pull request #2087 from casperisfine/test-ruby-2.7-preview1

Test against MRI 2.7.0-preview1
This commit is contained in:
Kyrylo Silin 2019-10-23 11:16:37 +08:00 committed by GitHub
commit 4d56ace896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -129,6 +129,15 @@ jobs:
- <<: *bundle_install
- <<: *install_ubuntu_nano
- <<: *unit
"ruby-2.7":
docker:
- image: circleci/ruby:2.7.0-preview1
working_directory: ~/pry
steps:
- <<: *repo_restore_cache
- <<: *bundle_install
- <<: *install_ubuntu_nano
- <<: *unit
"jruby-9.1-jdk":
docker:
- image: circleci/jruby:9.1-jdk
@ -186,6 +195,10 @@ workflows:
requires:
- rubocop_lint
- yard_lint
- "ruby-2.7":
requires:
- rubocop_lint
- yard_lint
- "jruby-9.1-jdk":
requires:
- rubocop_lint