diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4eee619bd48df9efa0e935ccc5f82dce1ada6d5d..b620af697a4ff408316618340a88c73311dd89a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,18 +27,17 @@ variables:
 
 ## Build jobs
 
-build-coq.8.10.1:
+build-coq.8.11.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.1"
-    TIMING_CONF: "coq-8.10.1"
+    OPAM_PINS: "coq version 8.11.0"
   tags:
   - fp-timing
 
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV  coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
+    OPAM_PINS: "coq version dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV  coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index faee6db1bda87afa3e2da333737daa0358eb6052..e8ae0dedc09098bde084cc70d9a853a038fcaca0 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md](
 
 ## Building
 
-This project has been tested with Coq 8.10.1.
+This project has been tested with Coq 8.11.0.
 
 ### OPAM