Skip to content

Commit

Permalink
CI with Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jan 1, 2020
1 parent b389828 commit e97cc7c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ jobs:
- image: circleci/ruby:2.6
<<: *rubocop

# Ruby 2.7
ruby-2.7-rspec:
docker:
- image: circleci/ruby:2.7
<<: *rspec
ruby-2.7-rubocop:
docker:
- image: circleci/ruby:2.7
<<: *rubocop

edge-rubocop:
docker:
- image: circleci/ruby
Expand Down Expand Up @@ -134,6 +144,10 @@ workflows:
requires: [confirm_config_and_documentation]
- ruby-2.6-rubocop:
requires: [confirm_config_and_documentation]
- ruby-2.7-rspec:
requires: [confirm_config_and_documentation]
- ruby-2.7-rubocop:
requires: [confirm_config_and_documentation]
- edge-rubocop:
requires: [confirm_config_and_documentation]
- jruby
Expand Down

0 comments on commit e97cc7c

Please sign in to comment.