From d227bba2f667be2000409d947b5ddd38f365a2b4 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 28 Jan 2019 14:38:21 +0100 Subject: [PATCH] test against Coq 8.9.0 --- .gitlab-ci.yml | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb7f7284f..eefee7d00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,12 +33,14 @@ build-coq.dev: OPAM_PINS: "coq version dev" VALIDATE: "1" -build-coq.8.9.dev: +build-coq.8.9.0: <<: *template variables: - OPAM_PINS: "coq version 8.9.dev" + OPAM_PINS: "coq version 8.9.0" + OPAM_PKG: "coq-iris" + DOC_DIR: "coqdoc@center.mpi-sws.org:iris" TIMING_PROJECT: "iris" - TIMING_CONF: "coq-8.9.dev" + TIMING_CONF: "coq-8.9.0" tags: - fp-timing @@ -56,8 +58,6 @@ build-coq.8.8.0: <<: *template variables: OPAM_PINS: "coq version 8.8.0" - OPAM_PKG: "coq-iris" - DOC_DIR: "coqdoc@center.mpi-sws.org:iris" TIMING_PROJECT: "iris" TIMING_CONF: "coq-8.8.0" tags: diff --git a/README.md b/README.md index dce334c7f..4ba0da9dd 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.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 + - Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 / 8.9.0 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) For a version compatible with Coq 8.6, have a look at the -- GitLab