From 3652e6e86688cb5e4f77eeda116a04920969a3e6 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 22 Apr 2021 09:58:00 +0200 Subject: [PATCH] bump Coq version we test to 8.13.2 --- .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 19c8c2c0..5f4cda8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,10 @@ build-coq.dev: MANGLE_NAMES: "1" CI_COQCHK: "1" -build-coq.8.13.1: +build-coq.8.13.2: <<: *template variables: - OPAM_PINS: "coq version 8.13.1" + OPAM_PINS: "coq version 8.13.2" DENY_WARNINGS: "1" OPAM_PKG: "1" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" diff --git a/README.md b/README.md index 9885db09..75614756 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.1 + - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 ## Installing via opam -- GitLab