Skip to content

Commit

Permalink
use cimg/ruby where available
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Feb 15, 2022
1 parent 61629e7 commit 1283e32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ jobs:
test-ruby-2.4:
<<: *dockerbuild
docker:
- image: circleci/ruby:2.4-node
- image: cimg/ruby:2.4-node
test-ruby-2.5:
<<: *dockerbuild
docker:
- image: circleci/ruby:2.5-node
- image: cimg/ruby:2.5-node
test-ruby-2.6:
<<: *dockerbuild
docker:
- image: circleci/ruby:2.6-node
- image: cimg/ruby:2.6-node
test-ruby-2.7:
<<: *dockerbuild
docker:
- image: circleci/ruby:2.7-node
- image: cimg/ruby:2.7-node
test-ruby-3.0:
<<: *dockerbuild
docker:
- image: circleci/ruby:3.0-node
- image: cimg/ruby:3.0-node
test-ruby-3.1:
<<: *dockerbuild
docker:
- image: circleci/ruby:3.1-node
<<: *dockerbuild
docker:
- image: cimg/ruby:3.1-node

workflows:
version: 2
Expand Down

0 comments on commit 1283e32

Please sign in to comment.