From 0c5d54abbe3049967e49bbf0882b903561d509e2 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 16 Feb 2018 15:06:43 +0100
Subject: [PATCH] also test 8.7.2; stop testing 8.7.dev as that branch is done
 now

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a92c5b8..e4322402 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,15 +42,10 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     VALIDATE: "1"
 
-build-coq.8.7.dev:
+build-coq.8.7.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.dev"
-
-build-coq.8.7.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.1"
+    OPAM_PINS: "coq version 8.7.2"
     OPAM_PKG: "coq-stdpp"
     DOCDIR: "coqdoc@center.mpi-sws.org:/stdpp"
   tags:
@@ -60,6 +55,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"
+
 build-coq.8.7.0:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index e23ab1b1..d5fbb5d9 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1
+ - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2
 
 ## Installing via opam
 
-- 
GitLab