diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fe10b42ec..d2e179e36 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -38,7 +38,7 @@ jobs: - dependencies: "lowest" php-version: "8.1" mongodb-version: "5.0" - driver-version: "1.11.0" + driver-version: "1.17.0" topology: "server" symfony-version: "stable" # Test with highest dependencies diff --git a/composer.json b/composer.json index b289c0ec6..3d1a70f68 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^8.1", - "ext-mongodb": "^1.11", + "ext-mongodb": "^1.17", "doctrine/cache": "^1.11 || ^2.0", "doctrine/collections": "^1.5 || ^2.0", "doctrine/event-manager": "^1.0 || ^2.0", @@ -30,7 +30,7 @@ "doctrine/persistence": "^3.2", "friendsofphp/proxy-manager-lts": "^1.0", "jean85/pretty-package-versions": "^1.3.0 || ^2.0.1", - "mongodb/mongodb": "^1.10.0", + "mongodb/mongodb": "^1.17.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.2 || ^3.0",