From e4fad281f4ce5887278dc08441ae86daa5c85852 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 29 May 2020 13:56:02 +0200 Subject: [PATCH] Coq 8.11.2 tag exists but there is no such release --- .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 66cf7e3cd..b13de9d33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-coq.8.12.dev: OPAM_PINS: "coq version 8.12.dev" CI_COQCHK: "1" -build-coq.8.11.2: +build-coq.8.11.1: <<: *template variables: - OPAM_PINS: "coq version 8.11.2" + OPAM_PINS: "coq version 8.11.1" OPAM_PKG: "coq-iris" DOC_DIR: "coqdoc@center.mpi-sws.org:iris" DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" diff --git a/README.md b/README.md index 32ce017d9..5c1cefd61 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ definitions and some derived forms is available in This version is known to compile with: - - Coq 8.9.1 / 8.10.2 / 8.11.2 + - Coq 8.9.1 / 8.10.2 / 8.11.1 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) If you need to work with Coq 8.7 or Coq 8.8, please check out the -- GitLab