From c74fba88b1e746e827899f8426360f50ba68e2b8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 12 Feb 2020 10:52:58 +0100 Subject: [PATCH] test Coq 8.11.0 --- .gitlab-ci.yml | 7 +++---- README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eee619..b620af6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,18 +27,17 @@ variables: ## Build jobs -build-coq.8.10.1: +build-coq.8.11.0: <<: *template variables: - OPAM_PINS: "coq version 8.10.1" - TIMING_CONF: "coq-8.10.1" + OPAM_PINS: "coq version 8.11.0" tags: - fp-timing build-iris.dev: <<: *template variables: - 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" + OPAM_PINS: "coq version 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 faee6db..e8ae0de 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md]( ## Building -This project has been tested with Coq 8.10.1. +This project has been tested with Coq 8.11.0. ### OPAM -- GitLab