From fc7c524288a009fd2b0de5e279a911cdc0d2778e Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 3 Jun 2021 18:38:40 +0200 Subject: [PATCH] bump tested Coq version to 8.13 --- .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 3d785c7..e995536 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,10 @@ variables: ## Build jobs -build-coq.8.12.0: +build-coq.8.13.0: <<: *template variables: - OPAM_PINS: "coq version 8.12.0" + OPAM_PINS: "coq version 8.13.0" DENY_WARNINGS: "1" tags: - fp-timing diff --git a/README.md b/README.md index cb119c2..f63c8c5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md]( ## Building -This project has been tested with Coq 8.12.0. +This project has been tested with Coq 8.13.0. ### OPAM -- GitLab