From 130789ac2b5de3ce45b1791e24557c54f9326ba2 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 8 Dec 2021 10:45:14 -0500
Subject: [PATCH] test against and allow installing on 8.15 Coq branch

---
 .gitlab-ci.yml | 5 +++++
 coq-stdpp.opam | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd67e296..d313e459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,11 @@ variables:
 
 ## Build jobs
 
+build-coq.8.15.dev:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.15.dev"
+
 build-coq.8.14.1:
   <<: *template
   variables:
diff --git a/coq-stdpp.opam b/coq-stdpp.opam
index 1e5f8d62..31b25fd3 100644
--- a/coq-stdpp.opam
+++ b/coq-stdpp.opam
@@ -33,7 +33,7 @@ tags: [
 ]
 
 depends: [
-  "coq" { (>= "8.11" & < "8.15~") | (= "dev") }
+  "coq" { (>= "8.11" & < "8.16~") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
-- 
GitLab