From 876089525256909b8965f5c96ca4d5e9699cfe3a Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 14 Sep 2023 14:56:59 +0200
Subject: [PATCH] drop support for Coq 8.15

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f497b58d..c9050b661 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,18 +74,12 @@ build-coq.8.17.1:
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
 
-build-coq.8.16.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.16.1"
-    DENY_WARNINGS: "1"
-
 # The oldest version runs in MRs, without name mangling.
-build-coq.8.15.2:
+build-coq.8.16.1:
   <<: *template
   <<: *branches_and_mr
   variables:
-    OPAM_PINS: "coq version 8.15.2"
+    OPAM_PINS: "coq version 8.16.1"
     DENY_WARNINGS: "1"
 
 trigger-stdpp.dev:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2226209da..71fffacb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ lemma.
 
 ## Iris master
 
-Coq 8.13 is no longer supported.
+Coq 8.13, 8.14, and 8.15 are no longer supported.
 
 **Changes in `prelude`:**
 
diff --git a/README.md b/README.md
index dc40c916c..c7281953a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
 
 This version is known to compile with:
 
- - Coq 8.15.2 / 8.16.1 / 8.17.1 / 8.18.0
+ - Coq 8.16.1 / 8.17.1 / 8.18.0
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 Generally we always aim to support the last two stable Coq releases. Support for
-- 
GitLab