diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c88ed57c673869da419e1989cafd90eafca5c030..7e08d5b22d40fdd37065ce8d7cb9a83ddc5c1e7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,17 +50,24 @@ reverse-deps:
   except:
   - triggers
 
-build-coq.8.7:
+build-coq.8.7.dev:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.7.dev   coq-mathcomp-ssreflect version dev"
   except:
   - triggers
 
+build-coq.8.7:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.7   coq-mathcomp-ssreflect version 1.6.2"
+  except:
+  - triggers
+
 build-coq.8.6.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.1"
+    OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.2"
     VALIDATE: "1"
   artifacts:
     paths:
diff --git a/README.md b/README.md
index a1d92a2e296a2a204f31b1874bc053560866b17e..fb51ae639d4fe8e968b50e781c3ce3d5ff932d34 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
 
 This version is known to compile with:
 
- - Coq 8.6.1
- - Ssreflect 1.6.1
+ - Coq 8.6.1 / 8.7
+ - Ssreflect 1.6.2
  - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
 
 If you need to work with Coq 8.5, please check out the