We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f297ebd + 7c4b4da commit 7ec73e4Copy full SHA for 7ec73e4
.circleci/config.yml
@@ -35,6 +35,9 @@ workflows:
35
- rake_default:
36
name: Ruby 2.6
37
image: circleci/ruby:2.6
38
+ - rake_default:
39
+ name: Ruby 2.7
40
+ image: circleci/ruby:2.7
41
42
name: Ruby HEAD
43
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build
0 commit comments