Skip to content

Commit c50a4fd

Browse files
p-mongop
andauthored
MONGOID-5373 Test against 5.3 servers (#5315)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 7624517 commit c50a4fd

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.evergreen/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ axes:
329329
display_name: "MongoDB 6.0"
330330
variables:
331331
VERSION: "5.0"
332+
- id: "5.3"
333+
display_name: "MongoDB 5.3"
334+
variables:
335+
VERSION: "5.3"
332336
- id: "5.0"
333337
display_name: "MongoDB 5.0"
334338
variables:
@@ -573,6 +577,17 @@ buildvariants:
573577
tasks:
574578
- name: "test"
575579

580+
- matrix_name: "mongodb-5.3"
581+
matrix_spec:
582+
ruby: ["ruby-3.1"]
583+
driver: ["current"]
584+
topology: '*'
585+
mongodb-version: ['5.3']
586+
os: ubuntu-20.04
587+
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
588+
tasks:
589+
- name: "test"
590+
576591
- matrix_name: "ruby-3.0"
577592
matrix_spec:
578593
ruby: ["ruby-3.0"]

.evergreen/config/axes.yml.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ axes:
66
display_name: "MongoDB 6.0"
77
variables:
88
VERSION: "5.0"
9+
- id: "5.3"
10+
display_name: "MongoDB 5.3"
11+
variables:
12+
VERSION: "5.3"
913
- id: "5.0"
1014
display_name: "MongoDB 5.0"
1115
variables:

.evergreen/config/variants.yml.erb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ buildvariants:
1010
tasks:
1111
- name: "test"
1212

13+
- matrix_name: "mongodb-5.3"
14+
matrix_spec:
15+
ruby: ["ruby-3.1"]
16+
driver: ["current"]
17+
topology: '*'
18+
mongodb-version: ['5.3']
19+
os: ubuntu-20.04
20+
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
21+
tasks:
22+
- name: "test"
23+
1324
- matrix_name: "ruby-3.0"
1425
matrix_spec:
1526
ruby: ["ruby-3.0"]

0 commit comments

Comments
 (0)