diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df31e6587a5141d898e3267e91e60dce84ad57d0..15732ec422e842d2560e26459a7204fad31c90e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,11 +47,6 @@ build-coq.8.8.2:
   variables:
     OPAM_PINS: "coq version 8.8.2"
 
-build-coq.8.7.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.2"
-
 build-iris.dev:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index 8d261e3d27dbe043db9ce6ffbcfa990dafda1e55..7ed0c0c9fa5fb797b905bb2de4796466c31eb7fb 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.7.2 / 8.8.2 / 8.9.0
+ - Coq 8.8.2 / 8.9.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
 
 ## Building from source