From 47b31a236eb238a861a5c95d108a5cb4c2df6392 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 6 Apr 2020 13:04:59 +0200
Subject: [PATCH] bump CI to 8.11.1

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcf90e78d..5ae94f8ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,10 +33,10 @@ build-coq.8.11.dev:
     OPAM_PINS: "coq version 8.11.dev"
     CI_COQCHK: "1"
 
-build-coq.8.11.0:
+build-coq.8.11.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.11.0"
+    OPAM_PINS: "coq version 8.11.1"
     OPAM_PKG: "coq-iris"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
     DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
@@ -54,10 +54,11 @@ build-coq.8.9.1:
     OPAM_PINS: "coq version 8.9.1"
 
 # Nightly job with a known-to-work Coq version
-build-stdpp.dev-coq.8.11.0:
+# (so failures must be caused by std++)
+build-stdpp.dev-coq.8.11.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.11.0   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+    OPAM_PINS: "coq version 8.11.1   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index cea6c6d57..2e413b87e 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.9.1 / 8.10.2 / 8.11.0
+ - Coq 8.9.1 / 8.10.2 / 8.11.1
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 If you need to work with Coq 8.7 or Coq 8.8, please check out the
-- 
GitLab