From 056b0afadeb4a5d540bb544fd9042fa2d7dcab9d Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 16 May 2022 10:12:19 +0200 Subject: [PATCH] bump to Coq 8.15 --- .gitlab-ci.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3d405af..4f59879e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,10 @@ variables: ## Build jobs -build-coq.8.13.2: +build-coq.8.15.1: <<: *template variables: - OPAM_PINS: "coq version 8.13.2" + OPAM_PINS: "coq version 8.15.1" DENY_WARNINGS: "1" tags: - fp-timing @@ -43,7 +43,7 @@ trigger-iris.dev: IRIS_REPO: "iris/iris" ORC11_REPO: "iris/orc11" GPFSL_REPO: "iris/gpfsl" - 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 git+https://gitlab.mpi-sws.org/$ORC11_REPO#$ORC11_REV git+https://gitlab.mpi-sws.org/$GPFSL_REPO#$GPFSL_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 git+https://gitlab.mpi-sws.org/$ORC11_REPO#$ORC11_REV git+https://gitlab.mpi-sws.org/$GPFSL_REPO#$GPFSL_REV" except: only: - triggers diff --git a/README.md b/README.md index d5dfa6cb..885b5a68 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx. This version is known to compile with: - - Coq 8.13.2 + - Coq 8.15.1 - A development version of [GPFSL]. ## Building from source -- GitLab