From c47dfe5c2aa5761d543aa4d09fbbf177e4eb6664 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 11 May 2022 15:23:56 +0200 Subject: [PATCH] bump the Coq we test --- .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 f833d70..507f437 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" trigger-iris.dev: @@ -39,7 +39,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: - triggers diff --git a/README.md b/README.md index 47f7f4b..a235eea 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.13.2 + - Coq 8.15.1 - The version of Iris in the [opam file](opam) In order to build, install the above dependencies and then run -- GitLab