Skip to content

Commit bb62755

Browse files
authored
Merge pull request #137 from zombocom/schneems/ruby-head
Add Ruby 3.2 to the test matrix
2 parents 99ab893 + b0b85f3 commit bb62755

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.circleci/config.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,18 @@ jobs:
5151
steps:
5252
- checkout
5353
- ruby/install:
54-
version: '3.1.0-preview1'
54+
version: '3.1.2'
55+
- run: ruby -v
56+
- ruby/install-deps
57+
- <<: *unit
58+
59+
"ruby-3-2":
60+
docker:
61+
- image: 'cimg/base:stable'
62+
steps:
63+
- checkout
64+
- ruby/install:
65+
version: '3.2.0-preview1'
5566
- run: ruby -v
5667
- ruby/install-deps
5768
- <<: *unit
@@ -73,4 +84,5 @@ workflows:
7384
- "ruby-2-7"
7485
- "ruby-3-0"
7586
- "ruby-3-1"
87+
- "ruby-3-2"
7688
- "lint"

0 commit comments

Comments
 (0)