diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a92c5b89f5cdf0710f06bf6979a86db89adcfc6..e43224029b731b254f58d7f71b9e1293b0e7c4ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,15 +42,10 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     VALIDATE: "1"
 
-build-coq.8.7.dev:
+build-coq.8.7.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.dev"
-
-build-coq.8.7.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.1"
+    OPAM_PINS: "coq version 8.7.2"
     OPAM_PKG: "coq-stdpp"
     DOCDIR: "coqdoc@center.mpi-sws.org:/stdpp"
   tags:
@@ -60,6 +55,11 @@ build-coq.8.7.1:
     - build-time.txt
     - build-env.txt
 
+build-coq.8.7.1:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.7.1"
+
 build-coq.8.7.0:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index e23ab1b10d1d5ba7c77495cc476db02a87c38ff5..d5fbb5d900112564972df0b8d0334dc120b05990 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1
+ - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2
 
 ## Installing via opam