diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24119b133d27b9d243480ede94326cd55e89578d..21c68d433d22220ad000b201c022cee6e30f8953 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,15 +31,15 @@ build-coq.8.8.0:
   variables:
     OPAM_PINS: "coq version 8.8.0"
 
-build-coq.8.7.1:
+build-coq.8.7.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.1"
+    OPAM_PINS: "coq version 8.7.2"
 
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.1   coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
+    OPAM_PINS: "coq version 8.7.2   coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV  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 5b44cbd42f3546dbb19eae5af530ec4ed431c1ca..1495a7100d3bdccb09d656e5941775d18675774d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Atomicity related verification based on Iris logic.
 
 This version is known to compile with:
 
- - Coq 8.7.1 / 8.8.0
+ - Coq 8.7.2 / 8.8.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
 
 ## Building from source