diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index 279e845..110e731 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -19,8 +19,18 @@ jobs: image: - 'mathcomp/mathcomp:2.0.0-coq-8.16' - 'mathcomp/mathcomp:2.0.0-coq-8.17' - - 'mathcomp/mathcomp-dev:coq-8.16' + - 'mathcomp/mathcomp:2.0.0-coq-8.18' + - '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.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 4a14228..f68793c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener [![Docker CI][docker-action-shield]][docker-action-link] -[docker-action-shield]: https://github.com/math-comp/real-closed/workflows/Docker%20CI/badge.svg?branch=master -[docker-action-link]: https://github.com/math-comp/real-closed/actions?query=workflow:"Docker%20CI" +[docker-action-shield]: https://github.com/math-comp/real-closed/actions/workflows/docker-action.yml/badge.svg?branch=master +[docker-action-link]: https://github.com/math-comp/real-closed/actions/workflows/docker-action.yml @@ -24,11 +24,11 @@ order theory of real closed field, through quantifier elimination. - Cyril Cohen (initial) - Assia Mahboubi (initial) - License: [CeCILL-B](CECILL-B) -- Compatible Coq versions: Coq 8.13 or later +- Compatible Coq versions: Coq 8.16 or later - Additional dependencies: - - [MathComp ssreflect 1.13 or later](https://math-comp.github.io) - - [MathComp algebra 1.13 or later](https://math-comp.github.io) - - [MathComp field 1.13 or later](https://math-comp.github.io) + - [MathComp ssreflect 2.0 or later](https://math-comp.github.io) + - [MathComp algebra](https://math-comp.github.io) + - [MathComp field](https://math-comp.github.io) - [MathComp bigenough 1.0.0 or later](https://github.com/math-comp/bigenough) - Coq namespace: `mathcomp.real_closed` - Related publication(s): diff --git a/coq-mathcomp-real-closed.opam b/coq-mathcomp-real-closed.opam index e4fc08b..22341c7 100644 --- a/coq-mathcomp-real-closed.opam +++ b/coq-mathcomp-real-closed.opam @@ -22,9 +22,9 @@ build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.16"} - "coq-mathcomp-ssreflect" {>= "2.0.0"} - "coq-mathcomp-algebra" - "coq-mathcomp-field" + "coq-mathcomp-ssreflect" {>= "2.0"} + "coq-mathcomp-algebra" + "coq-mathcomp-field" "coq-mathcomp-bigenough" {>= "1.0.0"} ] diff --git a/meta.yml b/meta.yml index 1948d86..55ee65f 100644 --- a/meta.yml +++ b/meta.yml @@ -39,33 +39,37 @@ license: file: CECILL-B supported_coq_versions: - text: Coq 8.13 or later - opam: '{>= "8.13"}' + text: Coq 8.16 or later + opam: '{>= "8.16"}' tested_coq_opam_versions: -- version: '1.13.0-coq-8.13' +- version: '2.0.0-coq-8.16' repo: 'mathcomp/mathcomp' -- version: '1.13.0-coq-8.14' +- version: '2.0.0-coq-8.17' repo: 'mathcomp/mathcomp' -- version: '1.13.0-coq-8.15' +- version: '2.0.0-coq-8.18' repo: 'mathcomp/mathcomp' -- version: '1.14.0-coq-8.13' +- version: '2.1.0-coq-8.16' repo: 'mathcomp/mathcomp' -- version: '1.14.0-coq-8.14' +- version: '2.1.0-coq-8.17' repo: 'mathcomp/mathcomp' -- version: '1.14.0-coq-8.15' +- version: '2.1.0-coq-8.18' repo: 'mathcomp/mathcomp' -- version: '1.15.0-coq-8.13' +- version: '2.2.0-coq-8.16' repo: 'mathcomp/mathcomp' -- version: '1.15.0-coq-8.14' +- version: '2.2.0-coq-8.17' repo: 'mathcomp/mathcomp' -- version: '1.15.0-coq-8.15' +- version: '2.2.0-coq-8.18' repo: 'mathcomp/mathcomp' -- version: 'coq-8.13' +- version: '2.2.0-coq-8.19' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-dev' + repo: 'mathcomp/mathcomp' +- version: 'coq-8.17' repo: 'mathcomp/mathcomp-dev' -- version: 'coq-8.14' +- version: 'coq-8.18' repo: 'mathcomp/mathcomp-dev' -- version: 'coq-8.15' +- version: 'coq-8.19' repo: 'mathcomp/mathcomp-dev' - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev' @@ -73,19 +77,17 @@ tested_coq_opam_versions: dependencies: - opam: name: coq-mathcomp-ssreflect - version: '{>= "1.13.0"}' + version: '{>= "2.0"}' description: |- - [MathComp ssreflect 1.13 or later](https://math-comp.github.io) + [MathComp ssreflect 2.0 or later](https://math-comp.github.io) - opam: name: coq-mathcomp-algebra - version: '{>= "1.13.0"}' description: |- - [MathComp algebra 1.13 or later](https://math-comp.github.io) + [MathComp algebra](https://math-comp.github.io) - opam: name: coq-mathcomp-field - version: '{>= "1.13.0"}' description: |- - [MathComp field 1.13 or later](https://math-comp.github.io) + [MathComp field](https://math-comp.github.io) - opam: name: coq-mathcomp-bigenough version: '{>= "1.0.0"}'