From c65f928567f2170c860624a8c57d96f1f791e3df Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 21 Nov 2019 12:14:25 +0100 Subject: [PATCH] test (and time) Coq 8.10.1, drop 8.8 --- .gitlab-ci.yml | 13 ++++++------- README.md | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15732ec4..a684e224 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,27 +30,26 @@ variables: build-coq.dev: <<: *template variables: - OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version dev" -build-coq.8.9.0: +build-coq.8.10.1: <<: *template variables: - OPAM_PINS: "coq version 8.9.0" + OPAM_PINS: "coq version 8.10.1" OPAM_PKG: "coq-lambda-rust" - TIMING_CONF: "coq-8.9.0" + TIMING_CONF: "coq-8.10.1" tags: - fp-timing -build-coq.8.8.2: +build-coq.8.9.0: <<: *template variables: - OPAM_PINS: "coq version 8.8.2" + OPAM_PINS: "coq version 8.9.0" build-iris.dev: <<: *template variables: - OPAM_PINS: "coq version 8.9.0 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV" + OPAM_PINS: "coq version 8.10.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV" except: only: - triggers diff --git a/README.md b/README.md index 7ed0c0c9..34a27de7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.8.2 / 8.9.0 + - Coq 8.9.0 / 8.10.1 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab