From 3cd6ebad63aa6aef3f39aa7138046cdcd17718b8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 15 Mar 2021 15:33:33 +0100 Subject: [PATCH] bump the Coq version we test --- .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 dbef5ba4..ad3de175 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.12.0: +build-coq.8.13.1: <<: *template variables: - OPAM_PINS: "coq version 8.12.0" + OPAM_PINS: "coq version 8.13.1" OPAM_PKG: "1" DENY_WARNINGS: "1" tags: diff --git a/README.md b/README.md index 3ace436a..03bb7c38 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.12.0 + - Coq 8.13.1 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab