From 16b36a17f02cab685d16b3b4f33b20c29e6671d2 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 28 Jan 2025 14:15:11 +0100
Subject: [PATCH] bump CI to Coq 8.20 (but that has warnings)

---
 .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 01a636cb..4d6936e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,8 +31,7 @@ variables:
 build-coq.8.19.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.19.1"
-    DENY_WARNINGS: "1"
+    OPAM_PINS: "coq version 8.20.1"
     OPAM_PKG: "1"
     MANGLE_NAMES: "1"
   tags:
@@ -41,7 +40,7 @@ build-coq.8.19.1:
 trigger-iris.timing:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.19.1   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
+    OPAM_PINS: "coq version 8.20.1   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
   tags:
   - fp-timing
   only:
diff --git a/README.md b/README.md
index 75f9e9e2..70ccfd52 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is a separation logic for ORC11 based on [iGPS] and [FSL]. It has been rece
 
 This version is known to compile with:
 
- - Coq 8.19.1
+ - Coq 8.20.1
  - A development version of [Iris].
 
 The easiest way to install the correct versions of the dependencies is through
-- 
GitLab