From 72ec2270fcde967aef04ce0ebd7c0196ed8ba5c7 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Thu, 26 Oct 2023 11:57:04 +0200 Subject: [PATCH] [CI] Add MC 2.1 --- .github/workflows/docker-action.yml | 4 +++- coq-fourcolor.opam | 4 ++-- meta.yml | 10 +++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index aba6be7..2bb498a 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -20,7 +20,9 @@ jobs: matrix: image: - 'mathcomp/mathcomp:2.0.0-coq-8.16' - - 'mathcomp/mathcomp:2.0.0-coq-8.17' + - 'mathcomp/mathcomp:2.0.0-coq-8.18' + - 'mathcomp/mathcomp:2.1.0-coq-8.16' + - 'mathcomp/mathcomp:2.1.0-coq-8.18' - 'mathcomp/mathcomp-dev:coq-dev' fail-fast: false steps: diff --git a/coq-fourcolor.opam b/coq-fourcolor.opam index bcb7d6d..350b024 100644 --- a/coq-fourcolor.opam +++ b/coq-fourcolor.opam @@ -20,8 +20,8 @@ basic plane topology definitions, and a theory of combinatorial hypermaps.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ - "coq" {(>= "8.16" & < "8.18~") | (= "dev")} - "coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.1~") | (= "dev")} + "coq" {(>= "8.16" & < "8.19~") | (= "dev")} + "coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.2~") | (= "dev")} "coq-mathcomp-algebra" ] diff --git a/meta.yml b/meta.yml index a7cc4fb..e6a4484 100644 --- a/meta.yml +++ b/meta.yml @@ -35,12 +35,16 @@ license: supported_coq_versions: text: 8.16 or later - opam: '{(>= "8.16" & < "8.18~") | (= "dev")}' + opam: '{(>= "8.16" & < "8.19~") | (= "dev")}' tested_coq_opam_versions: - version: '2.0.0-coq-8.16' repo: 'mathcomp/mathcomp' -- version: '2.0.0-coq-8.17' +- version: '2.0.0-coq-8.18' + repo: 'mathcomp/mathcomp' +- version: '2.1.0-coq-8.16' + repo: 'mathcomp/mathcomp' +- version: '2.1.0-coq-8.18' repo: 'mathcomp/mathcomp' - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev' @@ -52,7 +56,7 @@ ci_cron_schedule: '0 5 * * *' dependencies: - opam: name: coq-mathcomp-ssreflect - version: '{(>= "2.0.0" & < "2.1~") | (= "dev")}' + version: '{(>= "2.0.0" & < "2.2~") | (= "dev")}' description: |- [MathComp ssreflect 2.0 or later](https://math-comp.github.io) - opam: