diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b7443dd14ba7baefafe98da0206a0666078b2f7..607f9984c0dba51f318d13ae84de29cb0054f6d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,11 +26,20 @@ variables:
 
 ## Build jobs
 
+build-coq.8.8.0:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.8.0"
+    OPAM_PKG: "coq-lambda-rust"
+    TIMING_PROJECT: "lambda-rust"
+    TIMING_CONF: "coq-8.8.0"
+  tags:
+  - fp-timing
+
 build-coq.8.7.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.7.2"
-    OPAM_PKG: "coq-lambda-rust"
     TIMING_PROJECT: "lambda-rust"
     TIMING_CONF: "coq-8.7.2"
   tags:
diff --git a/README.md b/README.md
index 7de8d982fbbf83681363b6cfc48ce2f8502a3618..034b601e0ec7a5b17ebc10c63b3212796599b1e6 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
+ - Coq 8.7.2 / 8.8.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
 
 ## Building from source