From 635e4700c204ebb9645be07059b38829e5ffb284 Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Tue, 19 Mar 2024 11:39:29 +0100 Subject: [PATCH] Update CI --- .github/workflows/docker-action.yml | 8 ++++++-- README.md | 4 ++-- coq-mathcomp-apery.opam | 4 ++-- meta.yml | 18 +++++++++++++----- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index f03d519..ba594ff 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -23,10 +23,14 @@ jobs: - 'mathcomp/mathcomp:2.1.0-coq-8.16' - 'mathcomp/mathcomp:2.1.0-coq-8.17' - 'mathcomp/mathcomp:2.1.0-coq-8.18' - - 'mathcomp/mathcomp:2.1.0-coq-dev' - - 'mathcomp/mathcomp-dev:coq-8.16' + - 'mathcomp/mathcomp:2.2.0-coq-8.16' + - 'mathcomp/mathcomp:2.2.0-coq-8.17' + - 'mathcomp/mathcomp:2.2.0-coq-8.18' + - 'mathcomp/mathcomp:2.2.0-coq-8.19' + - 'mathcomp/mathcomp:2.2.0-coq-dev' - 'mathcomp/mathcomp-dev:coq-8.17' - 'mathcomp/mathcomp-dev:coq-8.18' + - 'mathcomp/mathcomp-dev:coq-8.19' - 'mathcomp/mathcomp-dev:coq-dev' fail-fast: false steps: diff --git a/README.md b/README.md index 1d58b29..cafe08e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener [![Code of Conduct][conduct-shield]][conduct-link] [![Zulip][zulip-shield]][zulip-link] -[docker-action-shield]: https://github.com/coq-community/apery/workflows/Docker%20CI/badge.svg?branch=master -[docker-action-link]: https://github.com/coq-community/apery/actions?query=workflow:"Docker%20CI" +[docker-action-shield]: https://github.com/coq-community/apery/actions/workflows/docker-action.yml/badge.svg?branch=master +[docker-action-link]: https://github.com/coq-community/apery/actions/workflows/docker-action.yml [contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg [contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md diff --git a/coq-mathcomp-apery.opam b/coq-mathcomp-apery.opam index e89cc27..43142bf 100644 --- a/coq-mathcomp-apery.opam +++ b/coq-mathcomp-apery.opam @@ -23,8 +23,8 @@ remains the sole trusted code base.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ - "coq" {(>= "8.16" & < "8.19~") | (= "dev")} - "coq-mathcomp-ssreflect" {(>= "2.0" & < "2.2~") | (= "dev")} + "coq" {(>= "8.16" & < "8.20~") | (= "dev")} + "coq-mathcomp-ssreflect" {(>= "2.0" & < "2.3~") | (= "dev")} "coq-mathcomp-algebra" "coq-mathcomp-field" "coq-coqeal" {>= "2.0.0"} diff --git a/meta.yml b/meta.yml index 938546c..b3c5468 100644 --- a/meta.yml +++ b/meta.yml @@ -52,7 +52,7 @@ license: supported_coq_versions: text: 8.16 or later - opam: '{(>= "8.16" & < "8.19~") | (= "dev")}' + opam: '{(>= "8.16" & < "8.20~") | (= "dev")}' tested_coq_opam_versions: - version: '2.0.0-coq-8.16' @@ -67,21 +67,29 @@ tested_coq_opam_versions: repo: 'mathcomp/mathcomp' - version: '2.1.0-coq-8.18' repo: 'mathcomp/mathcomp' -- version: '2.1.0-coq-dev' +- version: '2.2.0-coq-8.16' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-8.17' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-8.18' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-8.19' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-dev' repo: 'mathcomp/mathcomp' -- version: 'coq-8.16' - repo: 'mathcomp/mathcomp-dev' - version: 'coq-8.17' repo: 'mathcomp/mathcomp-dev' - version: 'coq-8.18' repo: 'mathcomp/mathcomp-dev' +- version: 'coq-8.19' + repo: 'mathcomp/mathcomp-dev' - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev' dependencies: - opam: name: coq-mathcomp-ssreflect - version: '{(>= "2.0" & < "2.2~") | (= "dev")}' + version: '{(>= "2.0" & < "2.3~") | (= "dev")}' description: |- [MathComp ssreflect 2.0 or later](https://math-comp.github.io) - opam: