From 2b792cfb100009c3c9095ee1e6155f5e60b65c01 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 7 Oct 2018 12:35:25 +0200
Subject: [PATCH] drop support for Coq 8.7, and bump 8.8 to 8.8.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bcd8f2c..53ede94e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,24 +26,19 @@ variables:
 
 ## Build jobs
 
-build-coq.8.8.0:
+build-coq.8.8.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.8.0"
-
-build-coq.8.7.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.2"
+    OPAM_PINS: "coq version 8.8.2"
     TIMING_PROJECT: "igps"
-    TIMING_CONF: "coq-8.7.2"
+    TIMING_CONF: "coq-8.8.2"
   tags:
   - fp-timing
 
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.2   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
+    OPAM_PINS: "coq version 8.8.2   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index fd3d1dd2..dd9c09d5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ which are variants of **GPS** and **RSL** in Iris.
 ## Dependencies
 
 The master branch is known to compile with:
-* Coq 8.7.2 / 8.8.0
+* Coq 8.8.2
 * Iris (MoSeL branch)
 
 ## Build
-- 
GitLab