diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ddeced03688a52e61a9548f124d78741eeeb499..ad626bd8b8289ebea4005ff1e36f28320471894d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,10 +35,10 @@ variables:
 
 ## Build jobs
 
-build-coq.8.7.1:
+build-coq.8.7.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.1   coq-mathcomp-ssreflect version 1.6.4"
+    OPAM_PINS: "coq version 8.7.2   coq-mathcomp-ssreflect version 1.6.4"
     OPAM_PKG: "coq-lambda-rust"
   tags:
   - fp-timing
@@ -55,7 +55,7 @@ build-coq.8.6.1:
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.1   coq-mathcomp-ssreflect version 1.6.4   coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
+    OPAM_PINS: "coq version 8.7.2   coq-mathcomp-ssreflect version 1.6.4   coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index 1418ba0cb94abb9eb0d6095abafc4830b03b3521..8df134e8fcbe45a46bfb705e7ebd4d59ea2904a2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
 
 This version is known to compile with:
 
- - Coq 8.6.1 / 8.7.1
+ - Coq 8.6.1 / 8.7.2
  - Ssreflect 1.6.4
  - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)