File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments