From 425f99eaaeb47e902de9f354e22149fec3e401fa Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 18 Apr 2018 11:09:52 +0200 Subject: [PATCH] test against Coq 8.8.0; update CI --- .gitlab-ci.yml | 7 +++---- README.md | 2 +- ci | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10f335a2..5297b0ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,18 +32,17 @@ build-coq.dev: OPAM_PINS: "coq version dev" VALIDATE: "1" -build-coq.8.8.dev: +build-coq.8.8.0: <<: *template variables: - OPAM_PINS: "coq version 8.8.dev" - VALIDATE: "1" + OPAM_PINS: "coq version 8.8.0" build-coq.8.7.2: <<: *template variables: OPAM_PINS: "coq version 8.7.2" OPAM_PKG: "coq-stdpp" - DOC_DIR: "coqdoc@center.mpi-sws.org:/stdpp" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" TIMING_PROJECT: "stdpp" TIMING_CONF: "coq-8.7.2" tags: diff --git a/README.md b/README.md index d5fbb5d9..ec98c668 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 + - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 ## Installing via opam diff --git a/ci b/ci index e5c45351..987ea45a 160000 --- a/ci +++ b/ci @@ -1 +1 @@ -Subproject commit e5c453511fcab2d178f687a5f226efd44f54b7f4 +Subproject commit 987ea45abdbb1f86a868328c3e51aa1a12cb35d7 -- GitLab