From e6fab5a8a1980edd10c90f02b8adafef935ae59a Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Thu, 18 Jan 2024 17:13:55 +0100 Subject: [PATCH] Update CI --- .github/workflows/docker-action.yml | 16 +++++++++++++-- coq-coqeal.opam | 2 +- meta.yml | 32 +++++++++++++++++++++++++---- 3 files changed, 43 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index a0fff17..214b408 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -17,10 +17,22 @@ jobs: strategy: matrix: image: - - 'mathcomp/mathcomp-dev:coq-dev' - - 'mathcomp/mathcomp:2.0.0-coq-8.18' + - '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.0.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.16' + - '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: - uses: actions/checkout@v3 diff --git a/coq-coqeal.opam b/coq-coqeal.opam index 5b89632..b9c99dd 100644 --- a/coq-coqeal.opam +++ b/coq-coqeal.opam @@ -21,7 +21,7 @@ of the ForMath EU FP7 project (2009-2013). It has two parts: build: [make "-j%{jobs}%"] install: [make "install"] depends: [ - "coq" {(>= "8.16" & < "8.19~") | (= "dev")} + "coq" {(>= "8.16" & < "8.20~") | (= "dev")} "coq-bignums" "coq-paramcoq" {>= "1.1.3"} "coq-hierarchy-builder" {>= "1.4.0"} diff --git a/meta.yml b/meta.yml index 5d0010c..4efb566 100644 --- a/meta.yml +++ b/meta.yml @@ -77,7 +77,7 @@ license: supported_coq_versions: text: 8.16 or later (use releases for other Coq versions) - opam: '{(>= "8.16" & < "8.19~") | (= "dev")}' + opam: '{(>= "8.16" & < "8.20~") | (= "dev")}' dependencies: - opam: @@ -115,14 +115,38 @@ dependencies: [MathComp real-closed](https://math-comp.github.io) 2.0 or later tested_coq_opam_versions: -- version: 'coq-dev' - repo: 'mathcomp/mathcomp-dev' -- version: '2.0.0-coq-8.18' +- version: '2.0.0-coq-8.16' repo: 'mathcomp/mathcomp' - version: '2.0.0-coq-8.17' repo: 'mathcomp/mathcomp' +- version: '2.0.0-coq-8.18' + repo: 'mathcomp/mathcomp' - version: '2.0.0-coq-8.16' repo: 'mathcomp/mathcomp' +- version: '2.1.0-coq-8.17' + repo: 'mathcomp/mathcomp' +- version: '2.1.0-coq-8.18' + repo: 'mathcomp/mathcomp' +- 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' namespace: CoqEAL