From ec5da8415cc15a256b0fbcf04e481418053131ee 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 | 2 +- meta.yml | 8 ++++++-- 3 files changed, 10 insertions(+), 4 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..33b2bfc 100644 --- a/coq-fourcolor.opam +++ b/coq-fourcolor.opam @@ -21,7 +21,7 @@ build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {(>= "8.16" & < "8.18~") | (= "dev")} - "coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.1~") | (= "dev")} + "coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.2~") | (= "dev")} "coq-mathcomp-algebra" ] diff --git a/meta.yml b/meta.yml index a7cc4fb..fb4bf91 100644 --- a/meta.yml +++ b/meta.yml @@ -40,7 +40,11 @@ supported_coq_versions: 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: