From c93d8200f4d5a1f0fdc70636726e4508f8cc88db Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 18 Apr 2018 14:28:34 +0200
Subject: [PATCH] we no longer support Coq 8.6

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07700cc1..5b7443dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,22 +29,17 @@ variables:
 build-coq.8.7.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.2   coq-mathcomp-ssreflect version 1.6.4"
+    OPAM_PINS: "coq version 8.7.2"
     OPAM_PKG: "coq-lambda-rust"
     TIMING_PROJECT: "lambda-rust"
     TIMING_CONF: "coq-8.7.2"
   tags:
   - fp-timing
 
-build-coq.8.6.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.4"
-
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.2   coq-mathcomp-ssreflect version 1.6.4   coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
+    OPAM_PINS: "coq version 8.7.2   coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index 8df134e8..7de8d982 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,7 @@ This is the Coq development accompanying lambda-Rust.
 
 This version is known to compile with:
 
- - Coq 8.6.1 / 8.7.2
- - Ssreflect 1.6.4
+ - Coq 8.7.2
  - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
 
 ## Building from source
-- 
GitLab