From 43295d364a538ec28f950187d3c0e1c4c05355e5 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 19 Jun 2020 17:58:46 +0200 Subject: [PATCH] test against Coq 8.11.2 and 8.12 beta --- .gitlab-ci.yml | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed296192..26e177f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,17 +27,17 @@ variables: ## Build jobs -build-coq.8.11.0: +build-coq.8.12.dev: <<: *template variables: - OPAM_PINS: "coq version 8.11.0" - tags: - - fp-timing + OPAM_PINS: "coq version 8.12.dev" -build-coq.8.10.2: +build-coq.8.11.2: <<: *template variables: - OPAM_PINS: "coq version 8.10.2" + OPAM_PINS: "coq version 8.11.2" + tags: + - fp-timing build-iris.dev: <<: *template diff --git a/README.md b/README.md index 36c3bcdf..d566a24e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx. This version is known to compile with: - - Coq 8.10.2 / 8.11.0 + - Coq 8.11.2 - A development version of [GPFSL]. The easiest way to install the correct versions of the dependencies is through -- GitLab