From 399c450a62f0db8b24b9c35f651eefd188abcfc7 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 11 May 2022 15:49:34 +0200 Subject: [PATCH] bump Coq --- .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 e6a2cd2e..51473989 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,10 @@ variables: ## Build jobs -build-coq.8.14.0: +build-coq.8.15.1: <<: *template variables: - OPAM_PINS: "coq version 8.14.0" + OPAM_PINS: "coq version 8.15.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" tags: @@ -40,7 +40,7 @@ build-coq.8.14.0: trigger-iris.timing: <<: *template variables: - OPAM_PINS: "coq version 8.13.1 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" + OPAM_PINS: "coq version 8.15.1 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" tags: - fp-timing only: @@ -56,7 +56,7 @@ trigger-iris.dev: variables: STDPP_REPO: "iris/stdpp" IRIS_REPO: "iris/iris" - OPAM_PINS: "coq version 8.14.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" + OPAM_PINS: "coq version 8.15.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" except: only: refs: diff --git a/README.md b/README.md index ecba28e1..e51dd406 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.14.0 + - Coq 8.15.1 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab