From aa5e294c0b48e4b3b4fb305e6c1a47d0bafb612d Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 19 Jun 2020 17:35:26 +0200 Subject: [PATCH] bump Coq to 8.11.2 --- .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 84fc45c9..60c29fd8 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.1: +build-coq.8.11.2: <<: *template variables: - OPAM_PINS: "coq version 8.11.1" + OPAM_PINS: "coq version 8.11.2" OPAM_PKG: "coq-stdpp" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" tags: diff --git a/README.md b/README.md index 4aae95a7..3c6610ad 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.1 + - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2 ## Installing via opam -- GitLab