From ac082feed2cf074bae2efe247c0a8a5aa6f7ce9a Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 18 Mar 2021 09:48:27 +0100
Subject: [PATCH] fix Coq version tested nightly

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d39314f07..5fba7867d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,10 +57,10 @@ build-coq.8.11.2:
 
 # Nightly job with a known-to-work Coq version
 # (so failures must be caused by std++)
-build-stdpp.dev-coq.8.13.0:
+build-stdpp.dev-coq.8.13.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.13.0   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+    OPAM_PINS: "coq version 8.13.1   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
   except:
   only:
   - triggers
-- 
GitLab