From 5d40b106f053b8dd2dfc3f7e43b1d312db12c76b Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 18 Apr 2018 13:03:08 +0200 Subject: [PATCH] test against Coq 8.8.0 --- .gitlab-ci.yml | 5 +++++ README.md | 2 +- opam | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68aa2095e..ee27a34b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,11 @@ build-coq.dev: OPAM_PINS: "coq version dev" VALIDATE: "1" +build-coq.8.8.0: + <<: *template + variables: + OPAM_PINS: "coq version 8.8.0" + build-coq.8.7.2: <<: *template variables: diff --git a/README.md b/README.md index 335d0208c..92708d0fc 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.7.0 / 8.7.1 / 8.7.2 + - Coq 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) For a version compatible with Coq 8.6, have a look at the diff --git a/opam b/opam index 2d5537572..462c0bb68 100644 --- a/opam +++ b/opam @@ -10,6 +10,6 @@ build: [make "-j%{jobs}%"] install: [make "install"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"] depends: [ - "coq" { (>= "8.7.0" & < "8.8~") | (= "dev") } + "coq" { (>= "8.7.0" & < "8.9~") | (= "dev") } "coq-stdpp" { (= "dev.2018-04-11.0") | (= "dev") } ] -- GitLab