Skip to content

Commit 7ec73e4

Browse files
authored
Merge pull request #181 from koic/ci_against_ruby_2_7
CI against Ruby 2.7
2 parents f297ebd + 7c4b4da commit 7ec73e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ workflows:
3535
- rake_default:
3636
name: Ruby 2.6
3737
image: circleci/ruby:2.6
38+
- rake_default:
39+
name: Ruby 2.7
40+
image: circleci/ruby:2.7
3841
- rake_default:
3942
name: Ruby HEAD
4043
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build

0 commit comments

Comments
 (0)