From 7802e99f572690867b8aa123061465baa0ad4910 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 21 May 2019 09:07:56 +0200 Subject: [PATCH] test 8.9.1, no longer test 8.7.1, 8.8.0 --- .gitlab-ci.yml | 18 +++++------------- README.md | 2 +- opam | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c8bb11db..06b6c85bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,11 @@ build-coq.8.10.dev: OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version 8.10.dev" +build-coq.8.9.1: + <<: *template + variables: + OPAM_PINS: "coq version 8.9.1" + build-coq.8.9.0: <<: *template variables: @@ -55,20 +60,7 @@ build-coq.8.8.2: variables: OPAM_PINS: "coq version 8.8.2" -build-coq.8.8.0: - <<: *template - variables: - OPAM_PINS: "coq version 8.8.0" - TIMING_CONF: "coq-8.8.0" - tags: - - fp-timing - build-coq.8.7.2: <<: *template variables: OPAM_PINS: "coq version 8.7.2" - -build-coq.8.7.1: - <<: *template - variables: - OPAM_PINS: "coq version 8.7.1" diff --git a/README.md b/README.md index b3a8b0385..234aae22f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ definitions and some derived forms is available in This version is known to compile with: - - Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.2 / 8.9.0 + - Coq 8.7.2 / 8.8.2 / 8.9.0 / 8.9.1 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) For a version compatible with Coq 8.6, have a look at the diff --git a/opam b/opam index 56e7c61f1..4ffee67e4 100644 --- a/opam +++ b/opam @@ -11,6 +11,6 @@ build: [make "-j%{jobs}%"] install: [make "install"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"] depends: [ - "coq" { (>= "8.7.1" & < "8.11~") | (= "dev") } + "coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9" & < "8.11~") | (= "dev") } "coq-stdpp" { (= "dev.2019-05-15.0.7b7ee122") | (= "dev") } ] -- GitLab