From 5d799b6f416ca9d07f90fa0baa4536a238c08152 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 15 Sep 2020 11:29:39 +0200 Subject: [PATCH] bump Coq version --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e95f55..ebb60f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,10 @@ variables: ## Build jobs -build-coq.8.11.2: +build-coq.8.12.0: <<: *template variables: - OPAM_PINS: "coq version 8.11.2" + OPAM_PINS: "coq version 8.12.0" DENY_WARNINGS: "1" build-iris.dev: diff --git a/README.md b/README.md index 3905cc7..1793037 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ at POPL'20. It has been built and tested with the following dependencies - - Coq 8.11.2 + - Coq 8.12.0 - The version of Iris in the [opam file](opam) In order to build, install the above dependencies and then run -- GitLab