From 34b00352bf839c06d507ffb4518c7644106bc9c4 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 27 Apr 2018 15:05:43 +0200
Subject: [PATCH] also test again coq 8.8.0

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b7443dd..607f9984 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,11 +26,20 @@ variables:
 
 ## Build jobs
 
+build-coq.8.8.0:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.8.0"
+    OPAM_PKG: "coq-lambda-rust"
+    TIMING_PROJECT: "lambda-rust"
+    TIMING_CONF: "coq-8.8.0"
+  tags:
+  - fp-timing
+
 build-coq.8.7.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.7.2"
-    OPAM_PKG: "coq-lambda-rust"
     TIMING_PROJECT: "lambda-rust"
     TIMING_CONF: "coq-8.7.2"
   tags:
diff --git a/README.md b/README.md
index 7de8d982..034b601e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
 
 This version is known to compile with:
 
- - Coq 8.7.2
+ - Coq 8.7.2 / 8.8.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
 
 ## Building from source
-- 
GitLab