diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 414e1f503212fe9f1e4d2cc4be16076cc8afe3eb..0cad7399cfd75df132ef5c63b52f767bd46e08c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,10 +32,10 @@ build-coq.dev:
   variables:
     OPAM_PINS: "coq version dev"
 
-build-coq.8.12.0:
+build-coq.8.12.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.12.0"
+    OPAM_PINS: "coq version 8.12.1"
     DENY_WARNINGS: "1"
     OPAM_PKG: "1"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
diff --git a/README.md b/README.md
index 6aa35aab72ddb52b26940d6193a66883359e481e..50dc826b8fd1d3a499380187e6140d92db5e882c 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
 
 This version is known to compile with:
 
- - Coq 8.10.2 / 8.11.2 / 8.12.0
+ - Coq 8.10.2 / 8.11.2 / 8.12.1
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 If you need to work with Coq 8.7 or Coq 8.8, please check out the