From 7ae24ef31b0e974d5b1a5bcb3fe3c4a81b06fca1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 22 Nov 2019 08:59:07 +0100 Subject: [PATCH] test the Coq 8.11 branch --- .gitlab-ci.yml | 11 ++++++----- README.md | 2 +- opam | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cb682af..2eecabff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,12 @@ build-coq.dev: OPAM_PINS: "coq version dev" CI_COQCHK: "1" +build-coq.8.11.dev: + <<: *template + variables: + OPAM_PINS: "coq version 8.11.dev" + CI_COQCHK: "1" + build-coq.8.10.1: <<: *template variables: @@ -43,11 +49,6 @@ build-coq.8.10.1: tags: - fp-timing -build-coq.8.10.0: - <<: *template - variables: - OPAM_PINS: "coq version 8.10.0" - build-coq.8.9.1: <<: *template variables: diff --git a/README.md b/README.md index da767173..38e17fdb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.0 / 8.10.1 + - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.1 ## Installing via opam diff --git a/opam b/opam index 89637180..9d8c46a1 100644 --- a/opam +++ b/opam @@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"] install: [make "install"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"] depends: [ - "coq" { (>= "8.7.2" & < "8.11~") | (= "dev") } + "coq" { (>= "8.7.2" & < "8.12~") | (= "dev") } ] -- GitLab