From 813377e9037110ac471aebf12d3dbf7c726f3224 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 14 Sep 2023 14:20:45 +0200
Subject: [PATCH] test on Coq 8.18.0

---
 .gitlab-ci.yml | 6 ++++++
 README.md      | 2 +-
 coq-iris.opam  | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb47a1046..ecf9cc92c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,12 @@ variables:
 
 ## Build jobs
 
+build-coq.8.18.0:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.18.0"
+    DENY_WARNINGS: "1"
+
 build-coq.8.17.0:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index 668d1ea78..789ebfaab 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.0
+ - Coq 8.15.2 / 8.16.1 / 8.17.0 / 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
diff --git a/coq-iris.opam b/coq-iris.opam
index b1b05537f..aa49155de 100644
--- a/coq-iris.opam
+++ b/coq-iris.opam
@@ -27,8 +27,8 @@ tags: [
 ]
 
 depends: [
-  "coq" { (>= "8.15" & < "8.18~") | (= "dev") }
-  "coq-stdpp" { (= "dev.2023-09-11.1.b9418660") | (= "dev") }
+  "coq" { (>= "8.15" & < "8.19~") | (= "dev") }
+  "coq-stdpp" { (= "dev.2023-09-14.0.4ff443de") | (= "dev") }
 ]
 
 build: ["./make-package" "iris" "-j%{jobs}%"]
-- 
GitLab