From 25c07755c751aa7250e77181af3f89372d41b19f Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 28 Oct 2017 19:31:59 +0200 Subject: [PATCH] test against released Coq 8.7.0 --- .gitlab-ci.yml | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29fa4b2b..386e294c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,17 +23,17 @@ variables: - master - /^ci/ -build-coq.8.7: +build-coq.8.7.0: <<: *template variables: - OPAM_PINS: "coq version 8.7.dev coq-mathcomp-ssreflect version dev" + OPAM_PINS: "coq version 8.7.0 coq-mathcomp-ssreflect version 1.6.2" except: - triggers build-coq.8.6.1: <<: *template variables: - OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.1" + OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.2" # VALIDATE: "1" # coqchk on lambdaRust is currently broken, see Coq bug #5747 artifacts: paths: @@ -45,6 +45,6 @@ build-coq.8.6.1: build-iris.dev: <<: *template variables: - OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.1 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" + OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.2 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" only: - triggers diff --git a/README.md b/README.md index 9adc844d..b10b862d 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.6.1 - - Ssreflect 1.6.1 + - Coq 8.6.1 / 8.7.0 + - Ssreflect 1.6.2 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) The easiest way to install the correct versions of the dependencies is through -- GitLab