Skip to content

Commit

Permalink
Just test all rubies from 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reneklacan committed Mar 1, 2024
1 parent 75124e1 commit 9355778
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ workflows:
- ruby32
- ruby30
- ruby27
- ruby26
- ruby25
- ruby24

executors:
Expand All @@ -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
Expand Down Expand Up @@ -90,6 +100,18 @@ jobs:
- checkout
- test

ruby26:
executor: ruby27
steps:
- checkout
- test

ruby25:
executor: ruby27
steps:
- checkout
- test

ruby24:
executor: ruby24
steps:
Expand Down

0 comments on commit 9355778

Please sign in to comment.