Skip to content

Commit

Permalink
Merge pull request #2617 from doctrine/malarzm-patch-1
Browse files Browse the repository at this point in the history
Drop support for MongoDB 4.4
  • Loading branch information
malarzm authored Mar 27, 2024
2 parents 2a94296 + b041a52 commit 26ae546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- "7.0"
- "6.0"
- "5.0"
- "4.4"
driver-version:
- "stable"
topology:
Expand All @@ -38,7 +37,7 @@ jobs:
# Test against lowest dependencies
- dependencies: "lowest"
php-version: "8.1"
mongodb-version: "4.4"
mongodb-version: "5.0"
driver-version: "1.11.0"
topology: "server"
symfony-version: "stable"
Expand All @@ -49,17 +48,17 @@ jobs:
driver-version: "stable"
dependencies: "highest"
symfony-version: "7"
# Test with a 4.4 replica set
# Test with a 5.0 replica set
- topology: "replica_set"
php-version: "8.2"
mongodb-version: "4.4"
mongodb-version: "5.0"
driver-version: "stable"
dependencies: "highest"
symfony-version: "stable"
# Test with a 4.4 sharded cluster
# Test with a 5.0 sharded cluster
- topology: "sharded_cluster"
php-version: "8.2"
mongodb-version: "4.4"
mongodb-version: "5.0"
driver-version: "stable"
dependencies: "highest"
symfony-version: "stable"
Expand Down
3 changes: 1 addition & 2 deletions docs/en/reference/transactions-and-concurrency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ atomic, the operation as a whole is not and other operations may interleave.
Transaction support
~~~~~~~~~~~~~~~~~~~

MongoDB supports multi-document transactions on replica sets (starting in MongoDB 4.2) and sharded clusters (MongoDB
4.4). Standalone topologies do not support multi-document transactions.
MongoDB supports multi-document transactions on replica sets and sharded clusters. Standalone topologies do not support multi-document transactions.

Transaction Support in Doctrine MongoDB ODM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 26ae546

Please sign in to comment.