From 32bb84696b56e766b7f68e4be0006cebd3abe131 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 17 Jan 2022 12:26:23 -0500
Subject: [PATCH] test against Coq 8.15.0

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d313e459..580b05bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,10 +41,11 @@ variables:
 
 ## Build jobs
 
-build-coq.8.15.dev:
+build-coq.8.15.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.15.dev"
+    OPAM_PINS: "coq version 8.15.0"
+    DENY_WARNINGS: "1"
 
 build-coq.8.14.1:
   <<: *template
diff --git a/README.md b/README.md
index be93cd60..2dc2970c 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1
+ - Coq version 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1 / 8.15.0
 
 ## Installing via opam
 
diff --git a/_CoqProject b/_CoqProject
index d6dd2d82..dc020706 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -3,6 +3,8 @@
 -arg -w -arg -deprecated-hint-rewrite-without-locality
 # Fixing this one requires Coq 8.15.
 -arg -w -arg -deprecated-typeclasses-transparency-without-locality
+# Fixing this one requires Coq 8.13.
+-arg -w -arg -deprecated-syntactic-definition
 
 theories/options.v
 theories/base.v
-- 
GitLab