Skip to content

Commit e012bef

Browse files
committed
Add Ruby 3.3 to CircleCI
1 parent 08c1fb1 commit e012bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
rubocop:
99
parallelism: 1
1010
docker:
11-
- image: cimg/ruby:3.1-node
11+
- image: cimg/ruby:3.3-node
1212
steps:
1313
- checkout
1414
- ruby/install-deps
@@ -43,3 +43,4 @@ workflows:
4343
- cimg/ruby:3.0-node
4444
- cimg/ruby:3.1-node
4545
- cimg/ruby:3.2-node
46+
- cimg/ruby:3.3-node

0 commit comments

Comments
 (0)