From 5b8d70111e23992dd4fdfbf48b3a7258b9ed22a5 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 21 Nov 2019 11:52:21 +0100
Subject: [PATCH] test just two coq versions, that should suffice

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df221f65..c9d6994b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,10 @@ variables:
 
 ## Build jobs
 
-build-coq.dev:
+build-coq.8.10.1:
   <<: *template
   variables:
-    OCAML: "ocaml-base-compiler.4.07.0"
-    OPAM_PINS: "coq version dev"
+    OPAM_PINS: "coq version 8.10.1"
 
 build-coq.8.9.0:
   <<: *template
@@ -42,11 +41,6 @@ build-coq.8.9.0:
   tags:
   - fp-timing
 
-build-coq.8.8.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8.2"
-
 build-iris.dev:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index e8a31765..30907982 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.8.2 / 8.9.0
+ - Coq 8.9.0 / 8.10.1
  - A development version of [GPFSL].
 
 The easiest way to install the correct versions of the dependencies is through
-- 
GitLab