From 549ec34144a1ca1b47b6a04ead2ace20eadba026 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 13 Nov 2020 11:05:23 +0100 Subject: [PATCH] stop testing Coq 8.11 --- .gitlab-ci.yml | 5 ----- README.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3597af1a..9a6f76cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,11 +31,6 @@ build-coq.8.12.0: <<: *template variables: OPAM_PINS: "coq version 8.12.0" - -build-coq.8.11.2: - <<: *template - variables: - OPAM_PINS: "coq version 8.11.2" tags: - fp-timing diff --git a/README.md b/README.md index 9c3f4160..1a18da6b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx. This version is known to compile with: - - Coq 8.11.2 / 8.12.0 + - Coq 8.12.0 - A development version of [GPFSL]. The easiest way to install the correct versions of the dependencies is through -- GitLab