We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9020b77 commit 97fc093Copy full SHA for 97fc093
.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6
image:
7
description: "Name of the Docker image."
8
type: string
9
- default: "cimg/ruby:3.1"
+ default: "cimg/ruby:3.2"
10
docker:
11
- image: << parameters.image >>
12
environment:
@@ -23,7 +23,7 @@ jobs:
23
# Miscellaneous tasks
24
documentation-checks:
25
26
- - image: cimg/ruby:3.1
+ - image: cimg/ruby:3.2
27
steps:
28
- checkout
29
- run: bundle install
@@ -47,6 +47,9 @@ workflows:
47
- rake_default:
48
name: Ruby 3.1
49
image: cimg/ruby:3.1
50
+ - rake_default:
51
+ name: Ruby 3.2
52
+ image: cimg/ruby:3.2
53
54
name: Ruby HEAD
55
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build
0 commit comments