mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 16:35:28 +00:00
Removed CI for MongoDB 2.8
and MongoDB 3.0
due to segfault
This commit is contained in:
parent
49b919534a
commit
d45a336d65
4
.github/workflows/params-version-mongo.yml
vendored
4
.github/workflows/params-version-mongo.yml
vendored
@ -10,10 +10,10 @@ name: params
|
|||||||
# Custom Variables
|
# Custom Variables
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
env:
|
env:
|
||||||
|
# CI for Mongo 2.8 and Mongo 3.0 removed due to segfault
|
||||||
|
# https://github.com/docker-library/mongo/issues/251
|
||||||
MATRIX: >-
|
MATRIX: >-
|
||||||
[
|
[
|
||||||
{"MONGO_SERVER": "Mongo 2.8"},
|
|
||||||
{"MONGO_SERVER": "Mongo 3.0"},
|
|
||||||
{"MONGO_SERVER": "Mongo 3.2"},
|
{"MONGO_SERVER": "Mongo 3.2"},
|
||||||
{"MONGO_SERVER": "Mongo 3.4"},
|
{"MONGO_SERVER": "Mongo 3.4"},
|
||||||
{"MONGO_SERVER": "Mongo 3.6"},
|
{"MONGO_SERVER": "Mongo 3.6"},
|
||||||
|
@ -22,6 +22,9 @@ The goal of this release is to reduce the overall size of Docker images and brin
|
|||||||
- Changed default MongoDB server from `4.4` to `5.0`
|
- Changed default MongoDB server from `4.4` to `5.0`
|
||||||
- Use tiny Alpine version of Bind container
|
- Use tiny Alpine version of Bind container
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
- Removed CI for MongoDB `2.8` and MongoDB `3.0` due to segfault: https://github.com/docker-library/mongo/issues/251
|
||||||
|
|
||||||
|
|
||||||
## Release v1.11.0 (2022-03-22)
|
## Release v1.11.0 (2022-03-22)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user