diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26f8f2089b543527b034f3bc1313ee0427d5a85b..4fee81d28c272ec8ea52ee9bbda7b74beafedb0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,10 +48,10 @@ build-coq.dev:
     OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds
     OPAM_PINS: "coq version dev"
 
-build-coq.8.18.0:
+build-coq.8.19.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.18.0"
+    OPAM_PINS: "coq version 8.19.0"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
     # Coq bench needs an opam package
@@ -60,18 +60,18 @@ build-coq.8.18.0:
   - fp-timing
 
 # Separate MR job that does not run on fp-timing.
-build-coq.8.18.0-mr:
+build-coq.8.19.0-mr:
   <<: *template
   <<: *only_mr
   variables:
-    OPAM_PINS: "coq version 8.18.0"
+    OPAM_PINS: "coq version 8.19.0"
     MANGLE_NAMES: "1"
     DENY_WARNINGS: "1"
 
 trigger-iris.timing:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.18.0   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
+    OPAM_PINS: "coq version 8.19.0   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
   tags:
   - fp-timing
   only:
diff --git a/README.md b/README.md
index 13968abdc53aa6d333ed996df0436b4fc1aca281..64057581083d0b35a4df8907e738dbf12bcab5a6 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
 
 This version is known to compile with:
 
- - Coq 8.18.0
+ - Coq 8.19.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
  - A development version of [Autosubst](https://github.com/coq-community/autosubst)