From a449de58abfaa95e5f71b97a85f3da5ee815ecf6 Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Wed, 14 Aug 2024 14:48:25 -0400 Subject: [PATCH] Keep Ruby 3.0 on older Ruby Signed-off-by: Thomas Powell --- .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 5792e991d..60db968ae 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -10,14 +10,14 @@ expeditor: timeout_in_minutes: 30 steps: -- label: "Integration Ubuntu 22.04 :ruby: 3.0" +- label: "Integration Ubuntu 18.04 :ruby: 3.0" commands: - bundle install --jobs=3 --retry=3 - bundle exec rake expeditor: executor: docker: - image: rubydistros/ubuntu-22.04:3.0 + image: rubydistros/ubuntu-18.04:3.0 privileged: true - label: "Integration Ubuntu 22.04 :ruby: 3.1"