From 8304869457a6453db081beb31aecfa194bc7048b Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 13 Jun 2019 11:30:03 +0200 Subject: [PATCH] stop testing ancient Coq 8.7 --- .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 df31e658..15732ec4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,11 +47,6 @@ build-coq.8.8.2: variables: OPAM_PINS: "coq version 8.8.2" -build-coq.8.7.2: - <<: *template - variables: - OPAM_PINS: "coq version 8.7.2" - build-iris.dev: <<: *template variables: diff --git a/README.md b/README.md index 8d261e3d..7ed0c0c9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.7.2 / 8.8.2 / 8.9.0 + - Coq 8.8.2 / 8.9.0 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab