mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Test against MRI 2.7.0-preview1
This commit is contained in:
parent
899684c3ba
commit
09739659b6
1 changed files with 13 additions and 0 deletions
|
@ -129,6 +129,15 @@ jobs:
|
||||||
- <<: *bundle_install
|
- <<: *bundle_install
|
||||||
- <<: *install_ubuntu_nano
|
- <<: *install_ubuntu_nano
|
||||||
- <<: *unit
|
- <<: *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":
|
"jruby-9.1-jdk":
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/jruby:9.1-jdk
|
- image: circleci/jruby:9.1-jdk
|
||||||
|
@ -186,6 +195,10 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- rubocop_lint
|
- rubocop_lint
|
||||||
- yard_lint
|
- yard_lint
|
||||||
|
- "ruby-2.7":
|
||||||
|
requires:
|
||||||
|
- rubocop_lint
|
||||||
|
- yard_lint
|
||||||
- "jruby-9.1-jdk":
|
- "jruby-9.1-jdk":
|
||||||
requires:
|
requires:
|
||||||
- rubocop_lint
|
- rubocop_lint
|
||||||
|
|
Loading…
Reference in a new issue