diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f76dc8c99744405082ba86867f64110833fce1e..0bc57c96f3a0ef5de51bb7580fbe7f29f851f004 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,11 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     VALIDATE: "1"
 
+build-coq.8.8.2:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.8.2"
+
 build-coq.8.8.1:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index a96743610ca7341f9a097c41c98594ac11fd542e..02359e0b74d33fbb2cb805ba9efd45d79bcf6c7e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ document is [available online](http://plv.mpi-sws.org/iris/appendix-3.1.pdf).
 
 This version is known to compile with:
 
- - Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1
+ - Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2
  - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
 
 For a version compatible with Coq 8.6, have a look at the