From 7bee1017b5467a60607b5cb84dbd0e89c754370d Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 7 Feb 2020 17:40:35 +0100
Subject: [PATCH] stop testing Coq 8.9; start testing Coq 8.11

---
 .gitlab-ci.yml | 10 +++++-----
 README.md      |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8390986b..7635e6d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,19 +32,19 @@ build-coq.dev:
   variables:
     OPAM_PINS: "coq version dev"
 
-build-coq.8.10.1:
+build-coq.8.11.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.1"
+    OPAM_PINS: "coq version 8.11.0"
     OPAM_PKG: "coq-lambda-rust"
-    TIMING_CONF: "coq-8.10.1"
+    TIMING_CONF: "coq-8.11.0"
   tags:
   - fp-timing
 
-build-coq.8.9.1:
+build-coq.8.10.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.9.1"
+    OPAM_PINS: "coq version 8.10.1"
 
 build-iris.dev:
   <<: *template
diff --git a/README.md b/README.md
index b8adac10..500a943b 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.9.1 / 8.10.1
+ - Coq 8.10.1 / 8.11.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
 
 ## Building from source
-- 
GitLab