diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc72a1e8217e592095c9345672daf49da23e9438..936678be27da2a16e550d523eda202ae921d954a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,15 +31,12 @@ build-coq.dev:
   <<: *template
   variables:
     OPAM_PINS: "coq version dev"
-#    CI_COQCHK: "1"
-    TIMING_CONF: "coq-dev"
-  tags:
-  - fp-timing
+    CI_COQCHK: "1"
 
-build-coq.8.11.dev:
+build-coq.8.11.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.11.dev"
+    OPAM_PINS: "coq version 8.11.0"
     CI_COQCHK: "1"
 
 build-coq.8.10.2:
diff --git a/README.md b/README.md
index 9a3fb812c6fc4ac86c3cd448698440a7ff1f91d5..a824be3993f8c0388249952fe854facba6db48bd 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.1 / 8.10.2
+ - Coq 8.8.2 / 8.9.1 / 8.10.2 / 8.11.0
  - 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