From 8407f2ca1f916374396d77b099f97e5bbd7214ad Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 15 Jan 2021 18:18:19 +0100 Subject: [PATCH] test on Coq 8.13.0 --- .gitlab-ci.yml | 9 +++++++-- README.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ae200c1..76cc51eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,15 @@ build-coq.dev: MANGLE_NAMES: "1" CI_COQCHK: "1" -build-coq.8.12.1: +build-coq.8.13.0: <<: *template variables: - OPAM_PINS: "coq version 8.12.1" + OPAM_PINS: "coq version 8.13.0" + +build-coq.8.12.2: + <<: *template + variables: + OPAM_PINS: "coq version 8.12.2" DENY_WARNINGS: "1" OPAM_PKG: "1" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" diff --git a/README.md b/README.md index 3b5691e0..6219bbbf 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.1 + - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.0 ## Installing via opam -- GitLab