From 4186d1d9307da209048b4f48d2530161ef099b58 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 7 Aug 2020 10:48:46 +0200 Subject: [PATCH] test against Coq 8.12.0 (instead of the branch) and master --- .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 3626c78d..d7548fb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,12 +27,17 @@ variables: ## Build jobs -build-coq.8.12.dev: +build-coq.dev: <<: *template variables: - OPAM_PINS: "coq version 8.12.dev" + OPAM_PINS: "coq version dev" CI_COQCHK: "1" +build-coq.8.12.0: + <<: *template + variables: + OPAM_PINS: "coq version 8.12.0" + build-coq.8.11.2: <<: *template variables: diff --git a/README.md b/README.md index 99c91426..329f151e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2 + - Coq version 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2 / 8.12.0 ## Installing via opam -- GitLab