From 73e64b7a663571b1d8ddf9ddc26cb2aa8f48f70c Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 29 May 2020 13:20:22 +0200
Subject: [PATCH] test Coq 8.11.2, and the Coq 8.12 branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b69cfc3e..60c29fd8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,16 +27,16 @@ variables:
 
 ## Build jobs
 
-build-coq.8.11.dev:
+build-coq.8.12.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.11.dev"
+    OPAM_PINS: "coq version 8.12.dev"
     CI_COQCHK: "1"
 
-build-coq.8.11.1:
+build-coq.8.11.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.11.1"
+    OPAM_PINS: "coq version 8.11.2"
     OPAM_PKG: "coq-stdpp"
     DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
   tags:
diff --git a/README.md b/README.md
index 4aae95a7..3c6610ad 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.1
+ - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2
 
 ## Installing via opam
 
-- 
GitLab