From ac67833a84749167beda7e5823d8f0839b402395 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 17 Dec 2017 16:16:00 +0100 Subject: [PATCH] actually build against Coq 8.7.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e31f3ca..c3d7a80c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build-coq.8.7.dev: build-coq.8.7.1: <<: *template variables: - OPAM_PINS: "coq version 8.7.0" + OPAM_PINS: "coq version 8.7.1" except: - triggers -- GitLab