From b1e90aea574adfa5f85c9547fc09628466ce5f64 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 22 Nov 2019 09:08:30 +0100
Subject: [PATCH] test Coq 8.11 branch; don't test versions std++ does not test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a97070d7f..76cda410a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,12 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     CI_COQCHK: "1"
 
+build-coq.8.11.dev:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.11.dev"
+    CI_COQCHK: "1"
+
 build-coq.8.10.1:
   <<: *template
   variables:
@@ -44,21 +50,11 @@ build-coq.8.10.1:
   tags:
   - fp-timing
 
-build-coq.8.10.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.10.0"
-
 build-coq.8.9.1:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.9.1"
 
-build-coq.8.9.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.9.0"
-
 build-coq.8.8.2:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index da40175a8..6da6826ce 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.0 / 8.9.1 / 8.10.0 / 8.10.1
+ - Coq 8.8.2 / 8.9.1 / 8.10.1
  - 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