From 04d4bac4da484667519e2b06997432afe278c031 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 28 Oct 2017 18:27:05 +0200
Subject: [PATCH] test agains release Coq 8.7 and ssreflect 1.6.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c88ed57c6..7e08d5b22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,17 +50,24 @@ reverse-deps:
   except:
   - triggers
 
-build-coq.8.7:
+build-coq.8.7.dev:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.7.dev   coq-mathcomp-ssreflect version dev"
   except:
   - triggers
 
+build-coq.8.7:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.7   coq-mathcomp-ssreflect version 1.6.2"
+  except:
+  - triggers
+
 build-coq.8.6.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.1"
+    OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.2"
     VALIDATE: "1"
   artifacts:
     paths:
diff --git a/README.md b/README.md
index a1d92a2e2..fb51ae639 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
 
 This version is known to compile with:
 
- - Coq 8.6.1
- - Ssreflect 1.6.1
+ - Coq 8.6.1 / 8.7
+ - Ssreflect 1.6.2
  - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
 
 If you need to work with Coq 8.5, please check out the
-- 
GitLab