Skip to content

Commit

Permalink
Update Ruby versions used in CircleCI
Browse files Browse the repository at this point in the history
Ruby 2.5 dropped out of support at the end of March 2021, and Ruby 3.1
was released on Christmas Day.

Signed-off-by: Chris Sinjakli <chris@sinjakli.co.uk>
  • Loading branch information
Sinjo committed Jan 2, 2022
1 parent 7d9d45f commit 6b0edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ workflows:
matrix:
parameters:
ruby_image:
- cimg/ruby:2.5
- cimg/ruby:2.6
- cimg/ruby:2.7
- cimg/ruby:3.0
- cimg/ruby:3.1
- circleci/jruby:9.1
- circleci/jruby:9.2

0 comments on commit 6b0edf0

Please sign in to comment.