From 45162e5ad8763a60bec17fb6711d6fa2359b0ef2 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 18 Apr 2018 11:05:45 +0200 Subject: [PATCH] test against Coq 8.8.0, update CI --- .gitlab-ci.yml | 5 +++++ README.md | 2 +- ci | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f9a61f32..911c6275c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,11 @@ 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 c3da63d94..406623d7f 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 + - Coq 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 - Ssreflect 1.6.4 - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) diff --git a/ci b/ci index e5889b234..987ea45ab 160000 --- a/ci +++ b/ci @@ -1 +1 @@ -Subproject commit e5889b234143d4f3c2b6d4a90e46b39802c00388 +Subproject commit 987ea45abdbb1f86a868328c3e51aa1a12cb35d7 -- GitLab