Skip to content

Commit 8b4bc69

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 07bb76b commit 8b4bc69

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
@@ -135,7 +135,7 @@ workflows:
135135
- test:
136136
matrix:
137137
parameters:
138-
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
138+
ruby-version: ["3.0", "3.1", "3.2"]
139139
- deploy:
140140
context: org-global
141141
filters:

0 commit comments

Comments
 (0)