From 1c09a14c3b9cd6a6151fa72817717f5bc224f486 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 18 Apr 2018 11:22:39 +0200 Subject: [PATCH] Revert most of "test against Coq 8.8.0, update CI" This reverts commit 45162e5ad8763a60bec17fb6711d6fa2359b0ef2. We have to wait until ssreflect makes an 8.8-compatible release. --- .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 911c6275c..5f9a61f32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,11 +32,6 @@ build-coq.dev: OPAM_PINS: "coq version dev coq-mathcomp-ssreflect version dev" VALIDATE: "1" -build-coq.8.8.0: - <<: *template - variables: - OPAM_PINS: "coq version 8.8.0 coq-mathcomp-ssreflect version dev" - build-coq.8.7.2: <<: *template variables: diff --git a/README.md b/README.md index 406623d7f..c3da63d94 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org). This version is known to compile with: - - Coq 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 + - Coq 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 - Ssreflect 1.6.4 - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) -- GitLab