Skip to content

Commit dc2370d

Browse files
committed
chore(circleci): remove ruby 2.7 from test suite
We wont't require ruby 3 just yet, but for testing purposes we need to remove it
1 parent 7613f39 commit dc2370d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ executors:
1515
parameters:
1616
ruby-version:
1717
description: "Ruby version"
18-
default: "2.7"
18+
default: "3.2"
1919
type: string
2020
docker:
2121
- image: *ruby-image
@@ -139,7 +139,7 @@ workflows:
139139
- test:
140140
matrix:
141141
parameters:
142-
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
142+
ruby-version: ["3.0", "3.1", "3.2"]
143143
- deploy:
144144
context: org-global
145145
filters:

0 commit comments

Comments
 (0)