Skip to content

Commit b9bcdfb

Browse files
committed
ci: start ruby 3.5 preview testing
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
1 parent 77a719e commit b9bcdfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ workflows:
265265
- "3.2"
266266
- "3.3"
267267
- "3.4"
268-
- "3.5-preview1"
268+
- "3.5.0-preview1"
269269
libraries_ruby_31_32:
270270
jobs:
271271
- test_apprisal:
@@ -290,7 +290,7 @@ workflows:
290290
ruby_version:
291291
- "3.3"
292292
- "3.4"
293-
- "3.5-preview1"
293+
- "3.5.0-preview1"
294294
# Currently compiling the native extensions for `grpc`
295295
# exceeds an internal RAM and/or CPU limit of CircleCI executor,
296296
# and the job gets terminated with:
@@ -320,7 +320,7 @@ workflows:
320320
- "3.2"
321321
- "3.3"
322322
- "3.4"
323-
- "3.5-preview1"
323+
- "3.5.0-preview1"
324324
rails8_ruby_33_35:
325325
jobs:
326326
- test_apprisal:
@@ -354,7 +354,7 @@ workflows:
354354
- "3.1"
355355
- "3.2"
356356
- "3.3"
357-
- "3.5-preview1"
357+
- "3.5.0-preview1"
358358
report_coverage:
359359
jobs:
360360
- report_coverage

0 commit comments

Comments
 (0)