From 244c1d477bacdfc1a61ebda418bf70b88c17f2e1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 29 Dec 2019 18:33:19 -0800 Subject: Test on the final release of Ruby 2.7 Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index ea2b9f8..855a197 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -29,13 +29,13 @@ steps: executor: docker: image: ruby:2.6-buster -- label: run-lint-and-specs-ruby-2.7rc +- label: run-lint-and-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: -- cgit v1.2.1