From e0a7ded28d7acd2ffd106e73ac0f91dc8d13c579 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 2 Oct 2023 09:52:26 +0200
Subject: [PATCH] bump to Coq 8.18

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 754a49bd..e2cd966c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,10 +28,10 @@ variables:
 
 ## Build jobs
 
-build-coq.8.17.0:
+build-coq.8.18.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.17.0"
+    OPAM_PINS: "coq version 8.18.0"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
   tags:
diff --git a/README.md b/README.md
index 0f740853..8d124b29 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx.
 
 This version is known to compile with:
 
- - Coq 8.17.0
+ - Coq 8.18.0
  - A development version of [GPFSL].
 
 ## Building from source
-- 
GitLab