diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 526fb9ee3ad82ecf3debe2c9ec2b1a3df90a41ae..8c9f6e73ba65b089cc35a9b10ba7301049a579f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,20 +41,13 @@ variables:
 
 ## Build jobs
 
-build-coq.8.14.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.14.0"
-    MANGLE_NAMES: "1"
-    CI_COQCHK: "1"
-    DENY_WARNINGS: "1"
-
-build-coq.8.13.2:
+build-coq.8.14.1:
   <<: *template
   interruptible: false
   variables:
-    OPAM_PINS: "coq version 8.13.2"
+    OPAM_PINS: "coq version 8.14.1"
     MANGLE_NAMES: "1"
+    CI_COQCHK: "1"
     DENY_WARNINGS: "1"
     OPAM_PKG: "1"
     DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
@@ -62,9 +55,16 @@ build-coq.8.13.2:
   - fp-timing
 
 # Separate MR job that does not run on fp-timing.
-build-coq.8.13.2-mr:
+build-coq.8.14.1-mr:
   <<: *template
   <<: *only_mr
+  variables:
+    OPAM_PINS: "coq version 8.14.1"
+    MANGLE_NAMES: "1"
+    DENY_WARNINGS: "1"
+
+build-coq.8.13.2:
+  <<: *template
   variables:
     OPAM_PINS: "coq version 8.13.2"
     MANGLE_NAMES: "1"
diff --git a/README.md b/README.md
index 19090c56644274d467b4dfafb783c69ac528e55e..eeb23fba9d207bc185d07baea46f121f2264d4cf 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.0
+ - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1
 
 ## Installing via opam