From df7728e4c6a844bc571a32c786733d0f1d6d87e6 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 10 Jul 2018 08:27:42 +0200 Subject: [PATCH] test against Coq 8.8.1 --- .gitlab-ci.yml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6d0c9a2..df9f2845 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,11 @@ build-coq.dev: OPAM_PINS: "coq version dev" VALIDATE: "1" +build-coq.8.8.1: + <<: *template + variables: + OPAM_PINS: "coq version 8.8.1" + build-coq.8.8.0: <<: *template variables: diff --git a/README.md b/README.md index ec98c668..55950fd1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Notably: This version is known to compile with: - - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 + - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 ## Installing via opam -- GitLab