From c24c760304221cf463407897f950f62f3e0504f3 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 22 Jun 2018 09:12:34 +0200 Subject: [PATCH] nightly builds: use latest std++; test Coq 8.7.2 (instead of 8.7.1) --- .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 24119b1..21c68d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,15 +31,15 @@ build-coq.8.8.0: variables: OPAM_PINS: "coq version 8.8.0" -build-coq.8.7.1: +build-coq.8.7.2: <<: *template variables: - OPAM_PINS: "coq version 8.7.1" + OPAM_PINS: "coq version 8.7.2" build-iris.dev: <<: *template variables: - OPAM_PINS: "coq version 8.7.1 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" + OPAM_PINS: "coq version 8.7.2 coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" except: only: - triggers diff --git a/README.md b/README.md index 5b44cbd..1495a71 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Atomicity related verification based on Iris logic. This version is known to compile with: - - Coq 8.7.1 / 8.8.0 + - Coq 8.7.2 / 8.8.0 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) ## Building from source -- GitLab