From 1bd19c8c99dd00d82c2e256ce4e64e530e9fe19a Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 5 Nov 2021 13:32:29 -0400 Subject: [PATCH] officially support 8.14.0 --- .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 780f9ebc..526fb9ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,10 +41,10 @@ variables: ## Build jobs -build-coq.8.14.dev: +build-coq.8.14.0: <<: *template variables: - OPAM_PINS: "coq version 8.14.dev" + OPAM_PINS: "coq version 8.14.0" MANGLE_NAMES: "1" CI_COQCHK: "1" DENY_WARNINGS: "1" diff --git a/README.md b/README.md index 75614756..19090c56 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 + - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.0 ## Installing via opam -- GitLab