From 00c664c79c83bce49cd7fd66205e6681ace39672 Mon Sep 17 00:00:00 2001
From: Yusuke Matsushita <y.skm24t@gmail.com>
Date: Thu, 21 Apr 2022 03:29:55 +0900
Subject: [PATCH] Use Coq 8.15.0

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 293530a8..6c8cdc89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,10 @@ variables:
 
 ## Build jobs
 
-build-coq.8.14.0:
+build-coq.8.15.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.14.0"
+    OPAM_PINS: "coq version 8.15.0"
     OPAM_PKG: "1"
     DENY_WARNINGS: "1"
   tags:
@@ -39,7 +39,7 @@ build-coq.8.14.0:
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.14.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+    OPAM_PINS: "coq version 8.15.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
   only:
   - triggers
   - schedules
diff --git a/README.md b/README.md
index 6d92f90e..d84f87cd 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Functional Verification of Rust Programs with Unsafe Code".
 
 This version is known to compile with:
 
-- Coq 8.14.0
+- Coq 8.15.0
 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
   (the version `dev.2022-04-12.0.a3bed7ea`)
 
-- 
GitLab