From d43ba2b1ed869fbdcd787be206b77f967a40d6b2 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 21 Feb 2018 13:52:13 +0100
Subject: [PATCH] CI: test against Coq 8.7.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48570916b..5d814ea3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,10 +41,10 @@ build-coq.dev:
     OPAM_PINS: "coq version dev   coq-mathcomp-ssreflect version dev"
     VALIDATE: "1"
 
-build-coq.8.7.1:
+build-coq.8.7.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.1   coq-mathcomp-ssreflect version 1.6.4"
+    OPAM_PINS: "coq version 8.7.2   coq-mathcomp-ssreflect version 1.6.4"
     OPAM_PKG: "coq-iris"
   tags:
   - fp-timing
@@ -53,6 +53,11 @@ build-coq.8.7.1:
     - build-time.txt
     - build-env.txt
 
+build-coq.8.7.1:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.7.1   coq-mathcomp-ssreflect version 1.6.4"
+
 build-coq.8.7.0:
   <<: *template
   variables:
@@ -66,7 +71,7 @@ build-coq.8.6.1:
 build-stdpp.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.1   coq-mathcomp-ssreflect version 1.6.4   coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV"
+    OPAM_PINS: "coq version 8.7.2   coq-mathcomp-ssreflect version 1.6.4   coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index c756aa2eb..c3da63d94 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
 
 This version is known to compile with:
 
- - Coq 8.6.1 / 8.7.0 / 8.7.1
+ - Coq 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2
  - Ssreflect 1.6.4
  - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
 
-- 
GitLab