From a8751afcccda9ac76b9ca3ced0622e7fe31d4589 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 19 Jun 2020 17:54:36 +0200 Subject: [PATCH] bump Coq to 8.11.2, and also test Coq 8.12 beta --- .gitlab-ci.yml | 9 +++++++-- README.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7302afd..32e3008 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,15 @@ variables: ## Build jobs -build-coq.8.11.1: +build-coq.8.12.dev: <<: *template variables: - OPAM_PINS: "coq version 8.11.1" + OPAM_PINS: "coq version 8.12.dev" + +build-coq.8.11.2: + <<: *template + variables: + OPAM_PINS: "coq version 8.11.2" tags: - fp-timing diff --git a/README.md b/README.md index b82ebe3..9d665eb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris. This version is known to compile with: - - Coq 8.11.1 + - Coq 8.11.2 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - The coq86-devel branch of [Autosubst](https://github.com/uds-psl/autosubst) -- GitLab