diff --git a/.travis.yml b/.travis.yml
index f6d23279..d7fd8ba0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -163,9 +163,6 @@ env:
- S1=PHP V1=7.2 S2=MEMCD V2=1.4
- S1=PHP V1=7.2 S2=MEMCD V2=1.5
# PHP 7.2 vs MongoDB
- - S1=PHP V1=7.2 S2=MONGO V2=2.2
- - S1=PHP V1=7.2 S2=MONGO V2=2.4
- - S1=PHP V1=7.2 S2=MONGO V2=2.6
- S1=PHP V1=7.2 S2=MONGO V2=2.8
- S1=PHP V1=7.2 S2=MONGO V2=3.0
- S1=PHP V1=7.2 S2=MONGO V2=3.2
diff --git a/README.md b/README.md
index 87a6a2b8..e90df517 100644
--- a/README.md
+++ b/README.md
@@ -186,7 +186,7 @@ Every single attachable container comes with many different versions. In order t
9.0 |
2.8 |
1.4 |
- 2.2 |
+ 2.8 |
2.4 |
@@ -198,7 +198,7 @@ Every single attachable container comes with many different versions. In order t
9.1 |
3.0 |
1.5 |
- 2.4 |
+ 3.0 |
|
@@ -210,7 +210,7 @@ Every single attachable container comes with many different versions. In order t
9.2 |
3.2 |
latest |
- 2.6 |
+ 3.2 |
|
@@ -222,7 +222,7 @@ Every single attachable container comes with many different versions. In order t
9.3 |
4.0 |
|
- 2.8 |
+ 3.4 |
|
@@ -234,7 +234,7 @@ Every single attachable container comes with many different versions. In order t
9.4 |
5.0 |
|
- 3.0 |
+ 3.6 |
|
@@ -246,7 +246,7 @@ Every single attachable container comes with many different versions. In order t
9.5 |
latest |
|
- 3.2 |
+ 4.0 |
|
@@ -258,7 +258,7 @@ Every single attachable container comes with many different versions. In order t
9.6 |
|
|
- 3.4 |
+ latest |
|
@@ -270,7 +270,7 @@ Every single attachable container comes with many different versions. In order t
... |
|
|
- 3.6 |
+ |
|
@@ -282,7 +282,7 @@ Every single attachable container comes with many different versions. In order t
11.1 |
|
|
- 4.0 |
+ |
|
@@ -294,7 +294,7 @@ Every single attachable container comes with many different versions. In order t
latest |
|
|
- latest |
+ |
diff --git a/env-example b/env-example
index 3b00bc34..9741fbf6 100644
--- a/env-example
+++ b/env-example
@@ -314,9 +314,6 @@ MEMCD_SERVER=1.5
###
### 1.7 Choose Mongo Server Image
###
-#MONGO_SERVER=2.2
-#MONGO_SERVER=2.4
-#MONGO_SERVER=2.6
#MONGO_SERVER=2.8
#MONGO_SERVER=3.0
#MONGO_SERVER=3.2