Skip to content

Commit 87e1ecb

Browse files
committed
chore(circleci): change supported ruby versions
1 parent 6992c91 commit 87e1ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ workflows:
132132
- test:
133133
matrix:
134134
parameters:
135-
ruby-version: ["2.5", "2.6", "2.7"]
135+
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
136136
- deploy:
137137
context: org-global
138138
filters:

0 commit comments

Comments
 (0)