From 47ea031d82c56cecf6d9196bd14b0711d28fc705 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 29 Dec 2019 16:31:41 -0800 Subject: Test on Ruby 2.7 Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 81fbec5..9111303 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -30,13 +30,13 @@ steps: executor: docker: image: ruby:2.6-buster -- label: run-specs-ruby-2.7-rc +- label: run-specs-ruby-2.7 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: - image: ruby:2.7-rc-buster + image: ruby:2.7-buster - label: run-specs-windows command: - bundle install --jobs=7 --retry=3 --without docs debug -- cgit v1.2.1