From bf974907f2f8b096ddbe9bf6960601976238fcac Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 2 Oct 2024 16:49:58 +0200
Subject: [PATCH] bump to Coq 8.20

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fee81d2..d66b122b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,10 +48,10 @@ build-coq.dev:
     OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds
     OPAM_PINS: "coq version dev"
 
-build-coq.8.19.0:
+build-coq.8.20.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.19.0"
+    OPAM_PINS: "coq version 8.20.0"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
     # Coq bench needs an opam package
@@ -60,18 +60,18 @@ build-coq.8.19.0:
   - fp-timing
 
 # Separate MR job that does not run on fp-timing.
-build-coq.8.19.0-mr:
+build-coq.8.20.0-mr:
   <<: *template
   <<: *only_mr
   variables:
-    OPAM_PINS: "coq version 8.19.0"
+    OPAM_PINS: "coq version 8.20.0"
     MANGLE_NAMES: "1"
     DENY_WARNINGS: "1"
 
 trigger-iris.timing:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.19.0   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
+    OPAM_PINS: "coq version 8.20.0   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
   tags:
   - fp-timing
   only:
diff --git a/README.md b/README.md
index 64057581..47c0292c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
 
 This version is known to compile with:
 
- - Coq 8.19.0
+ - Coq 8.20.0
  - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
  - A development version of [Autosubst](https://github.com/coq-community/autosubst)
 
-- 
GitLab