diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10b97016574169e84b9ff2801796ee1eb39b7b88..ea78e0378f9846bb19640db2bad46f4172650812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,10 @@ variables:
 
 ## Build jobs
 
-build-coq.8.13.1:
+build-coq.8.14.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.13.1"
+    OPAM_PINS: "coq version 8.14.0"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
   tags:
diff --git a/README.md b/README.md
index 03bb7c382c13c87f71e1cf11a334fd2d9957f591..ecba28e1a243f87ef0df43bf3191d075a9a66464 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.13.1
+ - Coq 8.14.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
 
 ## Building from source