From 0e837bfdc8ea2ecfd7d124d1d8848cf28c221ef1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 7 Aug 2020 11:04:42 +0200 Subject: [PATCH] test Coq 8.12.0 --- .gitlab-ci.yml | 16 ++++++++++------ README.md | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dc1adc91..4bc8676b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,11 +27,15 @@ variables: ## Build jobs -build-coq.8.12.dev: +build-coq.dev: <<: *template variables: - OPAM_PINS: "coq version 8.12.dev" - CI_COQCHK: "1" + OPAM_PINS: "coq version dev" + +build-coq.8.12.0: + <<: *template + variables: + OPAM_PINS: "coq version 8.12.0" build-coq.8.11.2: <<: *template @@ -65,11 +69,11 @@ build-stdpp.dev-coq.8.11.2: - schedules - api -# Nightly job with Coq master -build-stdpp.dev-coq.dev: +# Nightly job with latest Coq branch +build-stdpp.dev-coq.8.12.dev: <<: *template variables: - OPAM_PINS: "coq version dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" + OPAM_PINS: "coq version 8.12.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" CI_COQCHK: "1" except: only: diff --git a/README.md b/README.md index 32ce017d9..5087fd10b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ definitions and some derived forms is available in This version is known to compile with: - - Coq 8.9.1 / 8.10.2 / 8.11.2 + - Coq 8.9.1 / 8.10.2 / 8.11.2 / 8.12.0 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) If you need to work with Coq 8.7 or Coq 8.8, please check out the -- GitLab