From 4a6ceedad992265671c5524bbfb2851b66e9fbfc Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 28 Jan 2025 14:28:45 +0100 Subject: [PATCH] bump to Coq 8.20.1 --- .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 fac254d6..7a88e651 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,10 @@ variables: ## Build jobs -build-coq.8.19.1: +build-coq.8.20.1: <<: *template variables: - OPAM_PINS: "coq version 8.19.1" + OPAM_PINS: "coq version 8.20.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" tags: diff --git a/README.md b/README.md index b102f027..62ce46ae 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.19.1 + - Coq 8.20.1 - A development version of [GPFSL]. ## Building from source -- GitLab