From 5ad6c3b955d3ed33d0e85704feeedf621e4a77f1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 18 Dec 2017 14:00:31 +0100 Subject: [PATCH] test agains 8.7.1 --- .gitlab-ci.yml | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b37f02c69..e84e4c4c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,8 +58,16 @@ build-coq.8.7.dev: except: - triggers +build-coq.8.7.1: + <<: *template + variables: + OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4" + except: + - triggers + build-coq.8.7.0: <<: *template + stage: build_more variables: OPAM_PINS: "coq version 8.7.0 coq-mathcomp-ssreflect version 1.6.4" except: diff --git a/README.md b/README.md index df1fbcd4a..0fd6b2f1c 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 + - Coq 8.6.1 / 8.7.0 / 8.7.1 - Ssreflect 1.6.4 - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) -- GitLab