From a428389fae1523f5fcdd7e005cbef46437277453 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 29 Jun 2021 10:30:33 +0200
Subject: [PATCH] switch CI to Coq 8.13

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15e6cd3..b381dee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,10 @@ variables:
 
 ## Build jobs
 
-build-coq.8.12.0:
+build-coq.8.13.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.12.0"
-    DENY_WARNINGS: "1"
+    OPAM_PINS: "coq version 8.13.2"
 
 trigger-iris.dev:
   <<: *template
diff --git a/README.md b/README.md
index 6dda3f4..47f7f4b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ the paper
 
 It has been built and tested with the following dependencies
 
- - Coq 8.12.0
+ - Coq 8.13.2
  - The version of Iris in the [opam file](opam)
 
 In order to build, install the above dependencies and then run
-- 
GitLab