Test against MRI 2.7.0-preview1

This commit is contained in:
Jean Boussier 2019-10-22 10:37:52 +02:00
parent 899684c3ba
commit 09739659b6
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