From efeb255fdf3fd15fd8dfa1dca057073a65d9ccb6 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 2 Feb 2024 18:32:31 +0100 Subject: [PATCH] bump to Coq 8.18 --- .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 2d7e19c..2cfd4b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,10 @@ variables: ## Build jobs -build-coq.8.17.0: +build-coq.8.18.0: <<: *template variables: - OPAM_PINS: "coq version 8.17.0" + OPAM_PINS: "coq version 8.18.0" DENY_WARNINGS: "1" tags: - fp-timing diff --git a/README.md b/README.md index 88b3518..faac6e1 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.17.0. +This project has been tested with Coq 8.18.0. ### OPAM -- GitLab