From 6caf9b6d604e65b47dd3ca659aa896c61f3b4936 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 1 Feb 2020 13:37:58 +0100 Subject: [PATCH] test 8.11.0 release --- .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 d75eb462..ab310635 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-coq.dev: OPAM_PINS: "coq version dev" CI_COQCHK: "1" -build-coq.8.11.dev: +build-coq.8.11.0: <<: *template variables: - OPAM_PINS: "coq version 8.11.dev" + OPAM_PINS: "coq version 8.11.0" CI_COQCHK: "1" build-coq.8.10.2: diff --git a/README.md b/README.md index 70b1336c..487ae51f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 + - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.0 ## Installing via opam -- GitLab