@@ -17,9 +17,7 @@ platforms:
17
17
- name : debian-9
18
18
# - name: debian-10
19
19
# - name: fedora-latest
20
- - name : ubuntu-16.04
21
- # - name: ubuntu-18.04
22
- # - name: ubuntu-20.04
20
+ - name : ubuntu-22.04
23
21
24
22
suites :
25
23
- name : default
@@ -96,7 +94,7 @@ suites:
96
94
includes :
97
95
# Only need to test this on one OS since this is
98
96
# purely to test mongo ruby driver code
99
- - centos-7
97
+ - ubuntu-22.04
100
98
101
99
- name : user_management_v2
102
100
run_list :
@@ -117,7 +115,7 @@ suites:
117
115
includes :
118
116
# Only need to test this on one OS since this is
119
117
# purely to test mongo ruby driver code
120
- - centos-7
118
+ - ubuntu-22.04
121
119
122
120
- name : user_management_v2_delete
123
121
run_list :
@@ -139,7 +137,7 @@ suites:
139
137
includes :
140
138
# Only need to test this on one OS since this is
141
139
# purely to test mongo ruby driver code
142
- - centos-7
140
+ - ubuntu-22.04
143
141
144
142
- name : replicaset1
145
143
driver :
@@ -161,7 +159,7 @@ suites:
161
159
includes :
162
160
# Only need to test this on one OS since this is
163
161
# purely to test mongo ruby driver code
164
- - centos-7
162
+ - ubuntu-22.04
165
163
166
164
- name : replicaset2
167
165
driver :
@@ -183,7 +181,7 @@ suites:
183
181
includes :
184
182
# Only need to test this on one OS since this is
185
183
# purely to test mongo ruby driver code
186
- - centos-7
184
+ - ubuntu-22.04
187
185
188
186
- name : replicaset3
189
187
driver :
@@ -205,7 +203,7 @@ suites:
205
203
includes :
206
204
# Only need to test this on one OS since this is
207
205
# purely to test mongo ruby driver code
208
- - centos-7
206
+ - ubuntu-22.04
209
207
210
208
- name : shard1-n1
211
209
driver :
@@ -228,7 +226,7 @@ suites:
228
226
includes :
229
227
# Only need to test this on one OS since this is
230
228
# purely to test mongo ruby driver code
231
- - centos-7
229
+ - ubuntu-22.04
232
230
233
231
- name : shard1-n2
234
232
driver :
@@ -251,7 +249,7 @@ suites:
251
249
includes :
252
250
# Only need to test this on one OS since this is
253
251
# purely to test mongo ruby driver code
254
- - centos-7
252
+ - ubuntu-22.04
255
253
256
254
- name : shard1-n3
257
255
driver :
@@ -274,7 +272,7 @@ suites:
274
272
includes :
275
273
# Only need to test this on one OS since this is
276
274
# purely to test mongo ruby driver code
277
- - centos-7
275
+ - ubuntu-22.04
278
276
279
277
- name : shard-mongos
280
278
driver :
@@ -303,4 +301,4 @@ suites:
303
301
includes :
304
302
# Only need to test this on one OS since this is
305
303
# purely to test mongo ruby driver code
306
- - centos-7
304
+ - ubuntu-22.04
0 commit comments