diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3dc1adc9171b2cc1970f7ca01a01a90c6b0d1f32..4bc8676b5fedce96fb3edfa3e27a9d0fbfd30462 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,15 @@ variables:
 
 ## Build jobs
 
-build-coq.8.12.dev:
+build-coq.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.12.dev"
-    CI_COQCHK: "1"
+    OPAM_PINS: "coq version dev"
+
+build-coq.8.12.0:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.12.0"
 
 build-coq.8.11.2:
   <<: *template
@@ -65,11 +69,11 @@ build-stdpp.dev-coq.8.11.2:
   - schedules
   - api
 
-# Nightly job with Coq master
-build-stdpp.dev-coq.dev:
+# Nightly job with latest Coq branch
+build-stdpp.dev-coq.8.12.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+    OPAM_PINS: "coq version 8.12.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
     CI_COQCHK: "1"
   except:
   only:
diff --git a/README.md b/README.md
index 32ce017d9624951672d08a18c9189cec03774e20..5087fd10bc12c18bca9665ea42ba8be5ccbf05ba 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.9.1 / 8.10.2 / 8.11.2
+ - Coq 8.9.1 / 8.10.2 / 8.11.2 / 8.12.0
  - 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