From e16680d51d7f2bf1764584adcdd1c43e25a0d976 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 1 Feb 2020 13:39:18 +0100
Subject: [PATCH] test Coq 8.11.0

---
 .gitlab-ci.yml | 9 +++------
 README.md      | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc72a1e82..936678be2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,15 +31,12 @@ build-coq.dev:
   <<: *template
   variables:
     OPAM_PINS: "coq version dev"
-#    CI_COQCHK: "1"
-    TIMING_CONF: "coq-dev"
-  tags:
-  - fp-timing
+    CI_COQCHK: "1"
 
-build-coq.8.11.dev:
+build-coq.8.11.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.11.dev"
+    OPAM_PINS: "coq version 8.11.0"
     CI_COQCHK: "1"
 
 build-coq.8.10.2:
diff --git a/README.md b/README.md
index 9a3fb812c..a824be399 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.8.2 / 8.9.1 / 8.10.2
+ - Coq 8.8.2 / 8.9.1 / 8.10.2 / 8.11.0
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 For a version compatible with Coq 8.6, have a look at the
-- 
GitLab