From 745deb27a6b26c5c6f111ebbcec5a7f5ff89a1ea Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 28 Feb 2019 20:05:43 +0100
Subject: [PATCH] test Coq 8.9.0 instead of 8.7.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f54115b6..88753385 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,24 +32,24 @@ build-coq.dev:
     OCAML: "ocaml-base-compiler.4.07.0"
     OPAM_PINS: "coq version dev"
 
-build-coq.8.8.2:
+build-coq.8.9.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.8.2"
+    OPAM_PINS: "coq version 8.9.0"
     OPAM_PKG: "coq-lambda-rust"
-    TIMING_CONF: "coq-8.8.2"
+    TIMING_CONF: "coq-8.9.0"
   tags:
   - fp-timing
 
-build-coq.8.7.2:
+build-coq.8.8.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.7.2"
+    OPAM_PINS: "coq version 8.8.2"
 
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.8.2   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV   coq-orc11.dev git git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV   coq-gpfsl.dev git git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV"
+    OPAM_PINS: "coq version 8.9.0   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV   coq-orc11.dev git git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV   coq-gpfsl.dev git git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index 42c571aa..fda7d3d6 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx.
 
 This version is known to compile with:
 
- - Coq 8.7.2 / 8.8.2
+ - Coq 8.8.2 / 8.9.0
  - A development version of [GPFSL].
 
 The easiest way to install the correct versions of the dependencies is through
-- 
GitLab