Skip to content

Commit fa71a7d

Browse files
committed
Ruby 3 in CI
1 parent c5daf64 commit fa71a7d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,19 @@ jobs:
3232
- ruby/install-deps
3333
- <<: *unit
3434

35+
"ruby-3-0":
36+
docker:
37+
- image: circleci/ruby:3.0
38+
steps:
39+
- checkout
40+
- ruby/install-deps
41+
- <<: *unit
42+
3543
workflows:
3644
version: 2
3745
build:
3846
jobs:
3947
- "ruby-2-5"
4048
- "ruby-2-6"
4149
- "ruby-2-7"
50+
- "ruby-3-0"

0 commit comments

Comments
 (0)