Skip to content

Commit 37f9757

Browse files
authored
Merge pull request #111 from launchdarkly/eb/ch34550/ruby-2.6
add Ruby 2.6.2 to CI
2 parents 3b6bde7 + 232f419 commit 37f9757

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ workflows:
99
- test-2.3
1010
- test-2.4
1111
- test-2.5
12+
- test-2.6
1213
- test-jruby-9.2
1314

1415
ruby-docker-template: &ruby-docker-template
@@ -57,6 +58,13 @@ jobs:
5758
- image: consul
5859
- image: redis
5960
- image: amazon/dynamodb-local
61+
test-2.6:
62+
<<: *ruby-docker-template
63+
docker:
64+
- image: circleci/ruby:2.6.2-stretch
65+
- image: consul
66+
- image: redis
67+
- image: amazon/dynamodb-local
6068
test-jruby-9.2:
6169
<<: *ruby-docker-template
6270
docker:

0 commit comments

Comments
 (0)