From a44fe65ab1b76969998dc78a9dc6b43221e07092 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 26 Nov 2020 12:46:06 +0100 Subject: [PATCH] bump CI to Coq 8.12.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 414e1f503..0cad7399c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,10 +32,10 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.12.0: +build-coq.8.12.1: <<: *template variables: - OPAM_PINS: "coq version 8.12.0" + OPAM_PINS: "coq version 8.12.1" DENY_WARNINGS: "1" OPAM_PKG: "1" DOC_DIR: "coqdoc@center.mpi-sws.org:iris" diff --git a/README.md b/README.md index 6aa35aab7..50dc826b8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options. This version is known to compile with: - - Coq 8.10.2 / 8.11.2 / 8.12.0 + - Coq 8.10.2 / 8.11.2 / 8.12.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