From 281add048ca712657bfc2b383e4eed2d2a260af4 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 22 Mar 2018 14:57:03 +0100 Subject: [PATCH] CI: test Coq 8.8 branch --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c85b412..da8b15ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,11 @@ variables: ## Build jobs +build-coq.8.8.dev: + <<: *template + variables: + OPAM_PINS: "coq version 8.8.dev" + build-coq.8.7.2: <<: *template variables: -- GitLab