Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b389828 commit e97cc7cCopy full SHA for e97cc7c
.circleci/config.yml
@@ -61,6 +61,16 @@ jobs:
61
- image: circleci/ruby:2.6
62
<<: *rubocop
63
64
+ # Ruby 2.7
65
+ ruby-2.7-rspec:
66
+ docker:
67
+ - image: circleci/ruby:2.7
68
+ <<: *rspec
69
+ ruby-2.7-rubocop:
70
71
72
+ <<: *rubocop
73
+
74
edge-rubocop:
75
docker:
76
- image: circleci/ruby
@@ -134,6 +144,10 @@ workflows:
134
144
requires: [confirm_config_and_documentation]
135
145
- ruby-2.6-rubocop:
136
146
147
+ - ruby-2.7-rspec:
148
+ requires: [confirm_config_and_documentation]
149
+ - ruby-2.7-rubocop:
150
137
151
- edge-rubocop:
138
152
139
153
- jruby
0 commit comments