diff --git a/.github/workflows/params-version-mongo.yml b/.github/workflows/params-version-mongo.yml
index 602ff73b..27265612 100644
--- a/.github/workflows/params-version-mongo.yml
+++ b/.github/workflows/params-version-mongo.yml
@@ -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"},