Skip to content

Commit 4c8b609

Browse files
committed
ext-mongodb 2.1 is required by mongodb/mongodb 2.1.1
1 parent 4692659 commit 4c8b609

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,6 @@ jobs:
137137
run: "vendor/bin/phpunit --exclude-group=atlas ${{ matrix.dependencies == 'lowest' && '--do-not-fail-on-deprecation --do-not-fail-on-warning --do-not-fail-on-notice' || '' }}"
138138
env:
139139
DOCTRINE_MONGODB_SERVER: ${{ steps.setup-mongodb.outputs.cluster-uri }}
140+
USE_LAZY_GHOST_OBJECT: 0
140141
USE_NATIVE_LAZY_OBJECT: 1
141142
CRYPT_SHARED_LIB_PATH: ${{ steps.setup-mongodb.outputs.crypt-shared-lib-path }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"php": "^8.4",
28-
"ext-mongodb": "^2.0",
28+
"ext-mongodb": "^2.1",
2929
"composer-runtime-api": "^2.0",
3030
"doctrine/cache": "^1.11 || ^2.0",
3131
"doctrine/collections": "^1.5 || ^2.0",

0 commit comments

Comments
 (0)