diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a97070d7f22c17cbab7cd82c78e7f498ec9db47f..76cda410ab8bcc286b5fd090438aad7429e0414b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,12 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     CI_COQCHK: "1"
 
+build-coq.8.11.dev:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.11.dev"
+    CI_COQCHK: "1"
+
 build-coq.8.10.1:
   <<: *template
   variables:
@@ -44,21 +50,11 @@ build-coq.8.10.1:
   tags:
   - fp-timing
 
-build-coq.8.10.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.10.0"
-
 build-coq.8.9.1:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.9.1"
 
-build-coq.8.9.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.9.0"
-
 build-coq.8.8.2:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index da40175a82eab40df541f84544e52977ab2ac957..6da6826ce697c4ada719219db69b6e79b644a45b 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.0 / 8.9.1 / 8.10.0 / 8.10.1
+ - Coq 8.8.2 / 8.9.1 / 8.10.1
  - 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