Skip to content

Commit 97fc093

Browse files
committed
CI against Ruby 3.2
1 parent 9020b77 commit 97fc093

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
image:
77
description: "Name of the Docker image."
88
type: string
9-
default: "cimg/ruby:3.1"
9+
default: "cimg/ruby:3.2"
1010
docker:
1111
- image: << parameters.image >>
1212
environment:
@@ -23,7 +23,7 @@ jobs:
2323
# Miscellaneous tasks
2424
documentation-checks:
2525
docker:
26-
- image: cimg/ruby:3.1
26+
- image: cimg/ruby:3.2
2727
steps:
2828
- checkout
2929
- run: bundle install
@@ -47,6 +47,9 @@ workflows:
4747
- rake_default:
4848
name: Ruby 3.1
4949
image: cimg/ruby:3.1
50+
- rake_default:
51+
name: Ruby 3.2
52+
image: cimg/ruby:3.2
5053
- rake_default:
5154
name: Ruby HEAD
5255
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build

0 commit comments

Comments
 (0)