From 68fc505559f5e1c91e14839c3065eb555d49eb77 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 26 Nov 2021 11:06:05 -0500 Subject: [PATCH] switch CI to Coq 8.14.1 --- .gitlab-ci.yml | 22 +++++++++++----------- README.md | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 526fb9ee..8c9f6e73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,20 +41,13 @@ variables: ## Build jobs -build-coq.8.14.0: - <<: *template - variables: - OPAM_PINS: "coq version 8.14.0" - MANGLE_NAMES: "1" - CI_COQCHK: "1" - DENY_WARNINGS: "1" - -build-coq.8.13.2: +build-coq.8.14.1: <<: *template interruptible: false variables: - OPAM_PINS: "coq version 8.13.2" + OPAM_PINS: "coq version 8.14.1" MANGLE_NAMES: "1" + CI_COQCHK: "1" DENY_WARNINGS: "1" OPAM_PKG: "1" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" @@ -62,9 +55,16 @@ build-coq.8.13.2: - fp-timing # Separate MR job that does not run on fp-timing. -build-coq.8.13.2-mr: +build-coq.8.14.1-mr: <<: *template <<: *only_mr + variables: + OPAM_PINS: "coq version 8.14.1" + MANGLE_NAMES: "1" + DENY_WARNINGS: "1" + +build-coq.8.13.2: + <<: *template variables: OPAM_PINS: "coq version 8.13.2" MANGLE_NAMES: "1" diff --git a/README.md b/README.md index 19090c56..eeb23fba 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.0 + - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1 ## Installing via opam -- GitLab