mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
ci: harmonize MongoDB version used in CI and local development environment and bump to v8 (#11704)
This commit is contained in:
parent
2671579793
commit
181154ab3c
2
.github/workflows/tests-linux.yml
vendored
2
.github/workflows/tests-linux.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:5.0.31
|
||||
image: mongo:8
|
||||
ports:
|
||||
- "27017:27017"
|
||||
|
||||
|
||||
@ -142,7 +142,7 @@ services:
|
||||
|
||||
# mongodb
|
||||
mongodb:
|
||||
image: "mongo:5.0.31"
|
||||
image: "mongo:8"
|
||||
container_name: "typeorm-mongodb"
|
||||
ports:
|
||||
- "27017:27017"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user