Skip to content

Commit 8075b79

Browse files
committed
Use cimg/ruby instead of deprecated circleci/ruby images
1 parent 1e9c257 commit 8075b79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ workflows:
3737
- documentation-checks
3838
- rake_default:
3939
name: Ruby 2.5
40-
image: circleci/ruby:2.5
40+
image: cimg/ruby:2.5
4141
- rake_default:
4242
name: Ruby 2.6
43-
image: circleci/ruby:2.6
43+
image: cimg/ruby:2.6
4444
- rake_default:
4545
name: Ruby 2.7
46-
image: circleci/ruby:2.7
46+
image: cimg/ruby:2.7
4747
- rake_default:
4848
name: Ruby 3.0
49-
image: circleci/ruby:3.0
49+
image: cimg/ruby:3.0
5050
- rake_default:
5151
name: Ruby HEAD
5252
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build

0 commit comments

Comments
 (0)