From 3091e4d4923c20c5dc195f82e3bb5fd6c0b06eee Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 19 Jun 2020 17:52:07 +0200 Subject: [PATCH] also bump Coq version of nightly build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66cf7e3cd..3dc1adc91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,10 +55,10 @@ build-coq.8.9.1: # Nightly job with a known-to-work Coq version # (so failures must be caused by std++) -build-stdpp.dev-coq.8.11.1: +build-stdpp.dev-coq.8.11.2: <<: *template variables: - OPAM_PINS: "coq version 8.11.1 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" + OPAM_PINS: "coq version 8.11.2 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" except: only: - triggers -- GitLab