From a6471d37fd6387daf03e3abbf8aae47b0a2f6a6d Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Tue, 12 Jul 2022 19:07:11 +0200 Subject: [PATCH] Add CI for coq 8.16 --- .github/workflows/docker-action.yml | 2 ++ coq-fourcolor.opam | 2 +- meta.yml | 6 +++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index 7e04483..54e037b 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -29,8 +29,10 @@ jobs: - 'mathcomp/mathcomp:1.15.0-coq-8.13' - 'mathcomp/mathcomp:1.15.0-coq-8.14' - 'mathcomp/mathcomp:1.15.0-coq-8.15' + - 'mathcomp/mathcomp:1.15.0-coq-8.16' - 'mathcomp/mathcomp-dev:coq-8.14' - 'mathcomp/mathcomp-dev:coq-8.15' + - 'mathcomp/mathcomp-dev:coq-8.16' - 'mathcomp/mathcomp-dev:coq-dev' fail-fast: false steps: diff --git a/coq-fourcolor.opam b/coq-fourcolor.opam index 0e76deb..8f484dc 100644 --- a/coq-fourcolor.opam +++ b/coq-fourcolor.opam @@ -20,7 +20,7 @@ basic plane topology definitions, and a theory of combinatorial hypermaps.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ - "coq" {(>= "8.11" & < "8.16~") | (= "dev")} + "coq" {(>= "8.11" & < "8.17~") | (= "dev")} "coq-mathcomp-ssreflect" {(>= "1.12" & < "1.16~") | (= "dev")} "coq-mathcomp-algebra" ] diff --git a/meta.yml b/meta.yml index 17f1d7b..66019d5 100644 --- a/meta.yml +++ b/meta.yml @@ -35,7 +35,7 @@ license: supported_coq_versions: text: 8.11 or later - opam: '{(>= "8.11" & < "8.16~") | (= "dev")}' + opam: '{(>= "8.11" & < "8.17~") | (= "dev")}' tested_coq_opam_versions: - version: '1.12.0-coq-8.11' @@ -58,10 +58,14 @@ tested_coq_opam_versions: repo: 'mathcomp/mathcomp' - version: '1.15.0-coq-8.15' repo: 'mathcomp/mathcomp' +- version: '1.15.0-coq-8.16' + repo: 'mathcomp/mathcomp' - version: 'coq-8.14' repo: 'mathcomp/mathcomp-dev' - version: 'coq-8.15' repo: 'mathcomp/mathcomp-dev' +- version: 'coq-8.16' + repo: 'mathcomp/mathcomp-dev' - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev'