Skip to content

Commit eeafe2e

Browse files
authored
Merge pull request #30 from koic/ci_against_ruby_2_6_0
CI against Ruby 2.6.0
2 parents 5562241 + 53aacab commit eeafe2e

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.5
3737
image: circleci/ruby:2.5
38+
- rake_default:
39+
name: Ruby 2.6
40+
image: circleci/ruby:2.6
3841
- rake_default:
3942
name: Ruby HEAD
4043
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build

0 commit comments

Comments
 (0)