Skip to content

Commit 6f623a1

Browse files
committed
MONGOID-5193 rails 7 support
1 parent 049f8e2 commit 6f623a1

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.evergreen/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,10 @@ axes:
515515
display_name: "Rails 6.1"
516516
variables:
517517
RAILS: "6.1"
518+
- id: "7.0"
519+
display_name: "Rails 7.0"
520+
variables:
521+
RAILS: "7.0"
518522
- id: "i18n"
519523
display_name: I18n version
520524
values:
@@ -648,6 +652,19 @@ buildvariants:
648652
tasks:
649653
- name: "test"
650654

655+
- matrix_name: "rails-7"
656+
matrix_spec:
657+
ruby: ["ruby-3.0"]
658+
driver: ["current"]
659+
mongodb-version: "5.0"
660+
topology: "standalone"
661+
rails: ['7.0']
662+
display_name: "${rails}, ${driver}, ${mongodb-version}"
663+
run_on:
664+
- rhel70-small
665+
tasks:
666+
- name: "test"
667+
651668
- matrix_name: "rails-6"
652669
matrix_spec:
653670
ruby: ["ruby-3.0"]

docs/reference/compatibility.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ are supported by Mongoid.
265265
:class: compatibility-large no-padding
266266

267267
* - Mongoid
268+
- Rails 7.0
268269
- Rails 6.1
269270
- Rails 6.0
270271
- Rails 5.2
@@ -273,6 +274,7 @@ are supported by Mongoid.
273274
- Rails 4.2
274275

275276
* - 7.4
277+
- |checkmark|
276278
- |checkmark|
277279
- |checkmark|
278280
- |checkmark| [#rails-5-ruby-3.0]_
@@ -281,6 +283,7 @@ are supported by Mongoid.
281283
-
282284

283285
* - 7.3
286+
-
284287
- |checkmark|
285288
- |checkmark|
286289
- |checkmark| [#rails-5-ruby-3.0]_
@@ -289,6 +292,7 @@ are supported by Mongoid.
289292
-
290293

291294
* - 7.2
295+
-
292296
- |checkmark| [#rails-6.1]_
293297
- |checkmark|
294298
- |checkmark| [#rails-5-ruby-3.0]_
@@ -297,6 +301,7 @@ are supported by Mongoid.
297301
-
298302

299303
* - 7.1
304+
-
300305
- |checkmark| [#rails-6.1]_
301306
- |checkmark|
302307
- |checkmark|
@@ -305,6 +310,7 @@ are supported by Mongoid.
305310
-
306311

307312
* - 7.0
313+
-
308314
- |checkmark| [#rails-6.1]_
309315
- |checkmark| [#rails-6]_
310316
- |checkmark|
@@ -313,6 +319,7 @@ are supported by Mongoid.
313319
-
314320

315321
* - 6.4
322+
-
316323
-
317324
-
318325
- |checkmark|
@@ -321,6 +328,7 @@ are supported by Mongoid.
321328
-
322329

323330
* - 6.3
331+
-
324332
-
325333
-
326334
- |checkmark|
@@ -329,6 +337,7 @@ are supported by Mongoid.
329337
-
330338

331339
* - 6.2
340+
-
332341
-
333342
-
334343
- |checkmark|
@@ -341,6 +350,7 @@ are supported by Mongoid.
341350
-
342351
-
343352
-
353+
-
344354
- |checkmark|
345355
-
346356

@@ -349,6 +359,7 @@ are supported by Mongoid.
349359
-
350360
-
351361
-
362+
-
352363
- |checkmark|
353364
-
354365

@@ -358,6 +369,7 @@ are supported by Mongoid.
358369
-
359370
-
360371
-
372+
-
361373
- |checkmark|
362374

363375
* - 5.2
@@ -366,6 +378,7 @@ are supported by Mongoid.
366378
-
367379
-
368380
-
381+
-
369382
- |checkmark|
370383

371384
.. [#rails-5-ruby-3.0] Using Rails 5.x with Ruby 3 is not supported.

0 commit comments

Comments
 (0)