Remove failing services in CI

This commit is contained in:
cytopia 2022-03-27 23:25:23 +02:00
parent cbdabb2f97
commit 8e8991896a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -10,12 +10,12 @@ name: params
# Custom Variables
# -------------------------------------------------------------------------------------------------
env:
# CI for Mongo 2.8 and Mongo 3.0 removed due to segfault
# CI for Mongo 2.8 and Mongo 3.0 removed due to local segfault and non-segfault, but error in CI
# https://github.com/docker-library/mongo/issues/251
#
# CI for Mongo 3.2 and 3.4 removed due to non-reproducible error in CI
MATRIX: >-
[
{"MONGO_SERVER": "Mongo 3.2"},
{"MONGO_SERVER": "Mongo 3.4"},
{"MONGO_SERVER": "Mongo 3.6"},
{"MONGO_SERVER": "Mongo 4.0"},
{"MONGO_SERVER": "Mongo 4.2"},