From 93557786cb6ea5e1a7977f276c252a93616bc4ae Mon Sep 17 00:00:00 2001 From: Rene Klacan Date: Fri, 1 Mar 2024 11:47:11 +0100 Subject: [PATCH] Just test all rubies from 2.4 --- .circleci/config.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e12d20..bd596fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,8 @@ workflows: - ruby32 - ruby30 - ruby27 + - ruby26 + - ruby25 - ruby24 executors: @@ -31,6 +33,14 @@ executors: docker: - image: cimg/ruby:2.7 - image: cimg/redis:7.2 + ruby26: + docker: + - image: cimg/ruby:2.7 + - image: cimg/redis:7.2 + ruby25: + docker: + - image: cimg/ruby:2.7 + - image: cimg/redis:7.2 ruby24: docker: - image: cimg/ruby:2.4 @@ -90,6 +100,18 @@ jobs: - checkout - test + ruby26: + executor: ruby27 + steps: + - checkout + - test + + ruby25: + executor: ruby27 + steps: + - checkout + - test + ruby24: executor: ruby24 steps: