From dbd2904feb64e64885448d5a4c04276444b33e5b Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 18 Dec 2019 08:04:58 -0600 Subject: [PATCH] Test on the ruby 2.7-preview1 build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f37fe5950f..be3b8196ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: jobs: test: docker: - - image: circleci/ruby:2.5.3-stretch-node + - image: circleci/ruby:2.7.0-preview1-stretch environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3