From 3a636365349822f1ad718bae2861d030e734cd54 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 15 Jan 2021 18:19:03 +0100 Subject: [PATCH] test on Coq 8.13.0 --- .gitlab-ci.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d22b7f85b..a8dd19317 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,10 +32,10 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.13.dev: +build-coq.8.13.0: <<: *template variables: - OPAM_PINS: "coq version 8.13.dev" + OPAM_PINS: "coq version 8.13.0" build-coq.8.12.2: <<: *template @@ -55,10 +55,10 @@ build-coq.8.11.2: # Nightly job with a known-to-work Coq version # (so failures must be caused by std++) -build-stdpp.dev-coq.8.12.1: +build-stdpp.dev-coq.8.13.0: <<: *template variables: - OPAM_PINS: "coq version 8.12.1 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" + OPAM_PINS: "coq version 8.13.0 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" except: only: - triggers diff --git a/README.md b/README.md index 7181c6cfb..c4ee8b22e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options. This version is known to compile with: - - Coq 8.11.2 / 8.12.2 + - Coq 8.11.2 / 8.12.2 / 8.13.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