From 3fa64d286805445694fa3e4a8901db8265f05f55 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 15 Oct 2018 15:07:13 +0200 Subject: [PATCH] also test 8.9 development branch --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d8dfe29..e326bbff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,11 @@ build-coq.dev: OPAM_PINS: "coq version dev" VALIDATE: "1" +build-coq.8.9.dev: + <<: *template + variables: + OPAM_PINS: "coq version 8.9.dev" + build-coq.8.8.2: <<: *template variables: -- GitLab