ci: harmonize MongoDB version used in CI and local development environment and bump to v8 (#11704)

This commit is contained in:
Piotr Kuczynski 2025-10-05 20:48:10 +02:00 committed by GitHub
parent 2671579793
commit 181154ab3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
services:
mongodb:
image: mongo:5.0.31
image: mongo:8
ports:
- "27017:27017"

View File

@ -142,7 +142,7 @@ services:
# mongodb
mongodb:
image: "mongo:5.0.31"
image: "mongo:8"
container_name: "typeorm-mongodb"
ports:
- "27017:27017"

View File

@ -625,7 +625,7 @@ AppDataSource.initialize().then(async () => {
return `services:
mongodb:
image: "mongo:8.0.5"
image: "mongo:8"
container_name: "typeorm-mongodb"
ports:
- "27017:27017"