From 88f1d7577f82e2430de09885c5c73ee73aa568ff Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Wed, 19 Jun 2024 10:42:25 +0530 Subject: [PATCH] added ruby 3.3 pipeline Signed-off-by: nikhil2611 --- .expeditor/verify.pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index d3c2e27..4b6df79 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -15,6 +15,14 @@ steps: docker: image: ruby:3.1-buster +- label: run-lint-and-specs-ruby-3.3 + command: + - .expeditor/run_linux_tests.sh rake + expeditor: + executor: + docker: + image: ruby:3.3 + - label: run-specs-windows-ruby-3.1 command: - bundle config --local path vendor/bundle