From 8edb4a31ccc81f6dd14a0250723097d9af46eea9 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 24 Apr 2023 14:32:27 +0200
Subject: [PATCH] drop support for Coq 8.14

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ace4175be..8e3630041 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,14 @@ build-coq.8.17.0:
     OPAM_PINS: "coq version 8.17.0"
     DENY_WARNINGS: "1"
 
+build-coq.8.17.0-mr:
+  <<: *template
+  <<: *only_mr
+  variables:
+    OPAM_PINS: "coq version 8.17.0"
+    DENY_WARNINGS: "1"
+    MANGLE_NAMES: "1"
+
 build-coq.8.16.1:
   <<: *template
   variables:
@@ -63,27 +71,12 @@ build-coq.8.16.1:
   - fp-timing
   interruptible: false
 
-build-coq.8.16.1-mr:
-  <<: *template
-  <<: *only_mr
-  variables:
-    OPAM_PINS: "coq version 8.16.1"
-    DENY_WARNINGS: "1"
-    MANGLE_NAMES: "1"
-
 build-coq.8.15.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.15.2"
-    DENY_WARNINGS: "1"
-
-build-coq.8.14.1:
   <<: *template
   <<: *branches_and_mr
   variables:
-    OPAM_PINS: "coq version 8.14.1"
+    OPAM_PINS: "coq version 8.15.2"
     DENY_WARNINGS: "1"
-    OCAML: "ocaml-base-compiler.4.07.1"
 
 # Nightly job with a known-to-work Coq version
 # (so failures must be caused by std++)
diff --git a/README.md b/README.md
index b9bf66196..4b3a40bec 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.14.1 / 8.15.2 / 8.16.1 / 8.17.0
+ - Coq 8.15.2 / 8.16.1 / 8.17.0
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 Generally we always aim to support at least the last two stable Coq releases.
-- 
GitLab