Skip to content

Commit 63bdd19

Browse files
committed
See if CI will run jruby 10
1 parent eaa3a1d commit 63bdd19

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ axes:
296296
display_name: ruby-2.7
297297
variables:
298298
RVM_RUBY: ruby-2.7
299+
- id: jruby-10.0
300+
display_name: jruby-10.0
301+
variables:
302+
RVM_RUBY: jruby-10.0
299303
- id: jruby-9.4
300304
display_name: jruby-9.4
301305
variables:
@@ -390,13 +394,13 @@ buildvariants:
390394
- name: "test"
391395

392396
- matrix_name: "special-os"
393-
matrix_spec: { ruby: ["ruby-3.2", "ruby-3.1", "jruby-9.4"], special-os: '*' }
397+
matrix_spec: { ruby: ["ruby-3.2", "ruby-3.1", "jruby-9.4", "jruby-10.0"], special-os: '*' }
394398
display_name: "${ruby}, ${special-os}"
395399
tasks:
396400
- name: "test"
397401

398402
- matrix_name: "jruby"
399-
matrix_spec: { ruby: ["jruby-9.4", "jruby-9.3"], all-os: ubuntu2204 }
403+
matrix_spec: { ruby: ["jruby-9.4", "jruby-9.3", "jruby-10.0"], all-os: ubuntu2204 }
400404
display_name: "${ruby}, ${all-os}"
401405
tasks:
402406
- name: "test"

0 commit comments

Comments
 (0)