Skip to content

Commit

Permalink
CI against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Dec 31, 2022
1 parent fda4060 commit e7fe457
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
image:
description: "Name of the Docker image."
type: string
default: "cimg/ruby:3.1"
default: "cimg/ruby:3.2"
docker:
- image: << parameters.image >>
environment:
Expand All @@ -23,7 +23,7 @@ jobs:
# Miscellaneous tasks
documentation-checks:
docker:
- image: cimg/ruby:3.1
- image: cimg/ruby:3.2
steps:
- checkout
- run: bundle install
Expand All @@ -47,6 +47,9 @@ workflows:
- rake_default:
name: Ruby 3.1
image: cimg/ruby:3.1
- rake_default:
name: Ruby 3.2
image: cimg/ruby:3.2
- rake_default:
name: Ruby HEAD
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build
Expand Down

0 comments on commit e7fe457

Please sign in to comment.