From 3b8fe2da586ec27078f6a953e0d2661c4c2b2686 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 15 Sep 2020 11:19:29 +0200 Subject: [PATCH] fix Coq version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b763acf..aff875c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ build-coq.dev: build-coq.8.12.0: <<: *template variables: - OPAM_PINS: "coq version 8.11.2" + OPAM_PINS: "coq version 8.12.0" OPAM_PKG: "coq-lambda-rust" DENY_WARNINGS: "1" tags: -- GitLab