From 7adbdee1638f9d53839a315b53a1d6f72e7d0db7 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 18 Apr 2018 11:16:54 +0200
Subject: [PATCH] test against Coq 8.8.0; updated CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b26bb6b8..dc02a8b03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,19 +32,14 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     VALIDATE: "1"
 
-build-coq.8.8.dev:
+build-coq.8.8.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.8.dev"
-
-build-coq.8.8+beta1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8+beta1"
+    OPAM_PINS: "coq version 8.8.0"
     OPAM_PKG: "coq-iris"
     OPAM_PKG_BRANCH: "gen_proofmode"
     TIMING_PROJECT: "iris"
-    TIMING_CONF: "coq-8.8+beta1"
+    TIMING_CONF: "coq-8.8.0"
   tags:
   - fp-timing
 
diff --git a/README.md b/README.md
index 9b844090e..3950fdafa 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ the MoSeL version.
 
 This version is known to compile with:
 
- - Coq 8.7.1 / 8.7.2
+ - Coq 8.7.1 / 8.7.2 / 8.8.0
  - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
 
 ## Installing via opam
diff --git a/ci b/ci
index e5889b234..987ea45ab 160000
--- a/ci
+++ b/ci
@@ -1 +1 @@
-Subproject commit e5889b234143d4f3c2b6d4a90e46b39802c00388
+Subproject commit 987ea45abdbb1f86a868328c3e51aa1a12cb35d7
-- 
GitLab