diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76cda410ab8bcc286b5fd090438aad7429e0414b..44faa58af06920d5453a0ed095dd48343309858c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,14 +39,14 @@ build-coq.8.11.dev:
     OPAM_PINS: "coq version 8.11.dev"
     CI_COQCHK: "1"
 
-build-coq.8.10.1:
+build-coq.8.10.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.1"
+    OPAM_PINS: "coq version 8.10.2"
     OPAM_PKG: "coq-iris"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
     DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
-    TIMING_CONF: "coq-8.10.1"
+    TIMING_CONF: "coq-8.10.2"
   tags:
   - fp-timing
 
diff --git a/README.md b/README.md
index 6da6826ce697c4ada719219db69b6e79b644a45b..94d6075c6c6133687915a16535f586bd68b782e9 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ definitions and some derived forms is available in
 
 This version is known to compile with:
 
- - Coq 8.8.2 / 8.9.1 / 8.10.1
+ - Coq 8.8.2 / 8.9.1 / 8.10.2
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 For a version compatible with Coq 8.6, have a look at the