Skip to content

Commit 02335dd

Browse files
committed
test on jruby 9.3 also
1 parent 602ed93 commit 02335dd

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.evergreen/config-atlas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,10 @@ axes:
596596
display_name: jruby-9.2
597597
variables:
598598
RVM_RUBY: "jruby-9.2"
599+
- id: "jruby-9.3"
600+
display_name: jruby-9.3
601+
variables:
602+
RVM_RUBY: "jruby-9.3"
599603

600604
- id: "os"
601605
display_name: OS

.evergreen/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,10 @@ axes:
634634
display_name: jruby-9.2
635635
variables:
636636
RVM_RUBY: "jruby-9.2"
637+
- id: "jruby-9.3"
638+
display_name: jruby-9.3
639+
variables:
640+
RVM_RUBY: "jruby-9.3"
637641

638642
- id: "os"
639643
display_name: OS
@@ -1335,7 +1339,7 @@ buildvariants:
13351339
- matrix_name: "fle-jruby"
13361340
matrix_spec:
13371341
auth-and-ssl: "noauth-and-nossl"
1338-
ruby: [jruby-9.2]
1342+
ruby: [jruby-9.2, jruby-9.3]
13391343
topology: standalone
13401344
mongodb-version: ['5.0']
13411345
os: ubuntu1804

.evergreen/config/axes.yml.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ axes:
149149
display_name: jruby-9.2
150150
variables:
151151
RVM_RUBY: "jruby-9.2"
152+
- id: "jruby-9.3"
153+
display_name: jruby-9.3
154+
variables:
155+
RVM_RUBY: "jruby-9.3"
152156

153157
- id: "os"
154158
display_name: OS

.evergreen/config/standard.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ buildvariants:
473473
- matrix_name: "fle-jruby"
474474
matrix_spec:
475475
auth-and-ssl: "noauth-and-nossl"
476-
ruby: [jruby-9.2]
476+
ruby: [jruby-9.2, jruby-9.3]
477477
topology: standalone
478478
mongodb-version: ['5.0']
479479
os: ubuntu1804

0 commit comments

Comments
 (0)