From d75feba271ca628a5d144f68a54f27b121b741a6 Mon Sep 17 00:00:00 2001 From: skeshari12 Date: Mon, 28 Feb 2022 18:27:36 +0530 Subject: [PATCH] Add ruby 3.1 test Signed-off-by: skeshari12 --- .expeditor/verify.pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 5c23013..544bcd6 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -41,6 +41,14 @@ steps: docker: image: ruby:3.0-buster +- label: run-specs-ruby-3.1 + command: + - .expeditor/run_linux_tests.sh rspec + expeditor: + executor: + docker: + image: ruby:3.1-buster + - label: "run specs :windows:" commands: # - Get-Childitem .expeditor