From 1b43afae19716fae323e42da9ed654b738e7428c Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 2 Feb 2024 18:30:35 +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 5678159..6ff8c23 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" OPAM_PKG: "1" tags: diff --git a/README.md b/README.md index 2f14b8c..7532557 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ the paper It has been built and tested with the following dependencies - - Coq 8.17.0 + - Coq 8.18.0 - The version of Iris in the [opam file](opam) In order to build, install the above dependencies and then run -- GitLab