From ffcaed521a30e0e7ccb32b039d0258139f61026b Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 24 Feb 2021 09:48:01 +0100 Subject: [PATCH] bump CI to Coq 8.13.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 07004a189..22e846f04 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.13.0: +build-coq.8.13.1: <<: *template variables: - OPAM_PINS: "coq version 8.13.0" + OPAM_PINS: "coq version 8.13.1" DENY_WARNINGS: "1" OPAM_PKG: "1" DOC_DIR: "coqdoc@center.mpi-sws.org:iris" diff --git a/README.md b/README.md index 65241467b..a260bf5aa 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.11.2 / 8.12.2 / 8.13.0 + - Coq 8.11.2 / 8.12.2 / 8.13.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