From d6fb523a84efd8f468886c2e0a1cf725fbc92ab8 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Thu, 31 Mar 2022 14:13:46 -0700 Subject: updated pipleline to test against Ruby 3.x and narrowed down the list of OS variables to compare, dropped Ruby 2.4 testing over outdated dependencies Signed-off-by: John McCrae --- .expeditor/verify.pipeline.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 56794f8..580c5fb 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -9,14 +9,6 @@ expeditor: steps: -- label: run-specs-ruby-2.4 - command: - - .expeditor/run_linux_tests.sh rake - expeditor: - executor: - docker: - image: ruby:2.4-buster - - label: run-specs-ruby-2.5 command: - .expeditor/run_linux_tests.sh rake -- cgit v1.2.1