From 161054b77a8f2f3582a0048f9804ffa725742125 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 7 Oct 2024 11:18:39 +0200 Subject: [PATCH] bump CI to 8.20 --- .gitlab-ci.yml | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cfd4b7..6f2bf55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,11 +28,10 @@ variables: ## Build jobs -build-coq.8.18.0: +build-coq.8.20.0: <<: *template variables: - OPAM_PINS: "coq version 8.18.0" - DENY_WARNINGS: "1" + OPAM_PINS: "coq version 8.20.0" tags: - fp-timing diff --git a/README.md b/README.md index faac6e1..967f86b 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.18.0. +This project has been tested with Coq 8.20.0. ### OPAM -- GitLab