From c4156809a45de3995c9efaa71bb4b53cf8918fd0 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 5 Nov 2021 13:36:43 -0400 Subject: [PATCH] test 8.14.0 and coq master --- .gitlab-ci.yml | 10 ++++------ README.md | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f3dbe13d..43627c130 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,17 +43,15 @@ variables: build-coq.dev: <<: *template - <<: *branches_and_mr variables: - # Pinning a commit to avoid constant re-builds in MR pipelines - COQ_REV: "f16b7c75bcc8651e43ec1f0c8ae6744748665213" - OPAM_PINS: "coq-core.dev git git+https://github.com/coq/coq#$COQ_REV coq-stdlib.dev git git+https://github.com/coq/coq#$COQ_REV coq.dev git git+https://github.com/coq/coq#$COQ_REV" + OPAM_PINS: "coq version dev" MANGLE_NAMES: "1" -build-coq.8.14.dev: +build-coq.8.14.0: <<: *template + <<: *branches_and_mr variables: - OPAM_PINS: "coq version 8.14.dev" + OPAM_PINS: "coq version 8.14.0" MANGLE_NAMES: "1" DENY_WARNINGS: "1" diff --git a/README.md b/README.md index ac81a738b..844f6e74a 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.12.2 / 8.13.2 + - Coq 8.12.2 / 8.13.2 / 8.14.0 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) If you need to work with Coq 8.9 or Coq 8.10, you can use the -- GitLab