Skip to content

Commit 53aacab

Browse files
committed
CI against Ruby 2.6.0
Ruby 2.6.0 has been released and this Ruby version is available on CircleCI. - https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ - https://hub.docker.com/r/circleci/ruby/tags/
1 parent 5562241 commit 53aacab

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)