Skip to content

Commit fa575ba

Browse files
author
Joel Widmer
committed
feat: include jruby to test matrix
Signed-off-by: Joel Widmer <joel.widmer@inetum.ch>
1 parent ed78622 commit fa575ba

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
@@ -266,6 +266,8 @@ workflows:
266266
- "3.3"
267267
- "3.4"
268268
- "3.5.0-preview1"
269+
- "jruby-9.4.13.0"
270+
- "jruby-10.0.1.0"
269271
libraries_ruby_31_32:
270272
jobs:
271273
- test_apprisal:
@@ -278,6 +280,8 @@ workflows:
278280
ruby_version:
279281
- "3.1"
280282
- "3.2"
283+
- "jruby-9.4.13.0"
284+
- "jruby-10.0.1.0"
281285
libraries_ruby_33_35:
282286
jobs:
283287
- test_apprisal:
@@ -291,6 +295,8 @@ workflows:
291295
- "3.3"
292296
- "3.4"
293297
- "3.5.0-preview1"
298+
- "jruby-9.4.13.0"
299+
- "jruby-10.0.1.0"
294300
# Currently compiling the native extensions for `grpc`
295301
# exceeds an internal RAM and/or CPU limit of CircleCI executor,
296302
# and the job gets terminated with:
@@ -321,7 +327,9 @@ workflows:
321327
- "3.2"
322328
- "3.3"
323329
- "3.4"
324-
- "3.5.0-preview1"
330+
- "3.5.0-preview1"
331+
- "jruby-9.4.13.0"
332+
- "jruby-10.0.1.0"
325333
rails8_ruby_33_35:
326334
jobs:
327335
- test_apprisal:
@@ -338,6 +346,8 @@ workflows:
338346
- "3.2"
339347
- "3.3"
340348
- "3.4"
349+
- "jruby-9.4.13.0"
350+
- "jruby-10.0.1.0"
341351
sequel:
342352
jobs:
343353
- test_apprisal:
@@ -356,6 +366,8 @@ workflows:
356366
- "3.2"
357367
- "3.3"
358368
- "3.5.0-preview1"
369+
- "jruby-9.4.13.0"
370+
- "jruby-10.0.1.0"
359371
report_coverage:
360372
jobs:
361373
- report_coverage

0 commit comments

Comments
 (0)