From 510214a8a9dd974a9d87ddb0b4422c043292e810 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 24 Feb 2021 09:46:49 +0100
Subject: [PATCH] bump CI to Coq 8.13.1

---
 .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 d974e662..19c8c2c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,21 +34,21 @@ build-coq.dev:
     MANGLE_NAMES: "1"
     CI_COQCHK: "1"
 
-build-coq.8.13.0:
+build-coq.8.13.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.13.0"
+    OPAM_PINS: "coq version 8.13.1"
     DENY_WARNINGS: "1"
+    OPAM_PKG: "1"
+    DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
+  tags:
+  - fp-timing
 
 build-coq.8.12.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.12.2"
     DENY_WARNINGS: "1"
-    OPAM_PKG: "1"
-    DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
-  tags:
-  - fp-timing
 
 build-coq.8.11.2:
   <<: *template
diff --git a/README.md b/README.md
index 6219bbbf..9885db09 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.0
+ - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.1
 
 ## Installing via opam
 
-- 
GitLab