From bcf15e3dd8651eaccd4c86c25cd2533346a129ff Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 19 Jun 2020 18:00:05 +0200 Subject: [PATCH] test against Coq 8.11.2 --- .gitlab-ci.yml | 9 ++------- README.md | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ff82a3a..87d68f32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,19 +32,14 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.11.0: +build-coq.8.11.2: <<: *template variables: - OPAM_PINS: "coq version 8.11.0" + OPAM_PINS: "coq version 8.11.2" OPAM_PKG: "coq-lambda-rust" tags: - fp-timing -build-coq.8.10.1: - <<: *template - variables: - OPAM_PINS: "coq version 8.10.1" - build-iris.dev: <<: *template variables: diff --git a/README.md b/README.md index 500a943b..2e73be10 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.10.1 / 8.11.0 + - Coq 8.11.2 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab