Skip to content

Commit 11fe33f

Browse files
authored
Merge pull request #43 from math-comp/ci
Update CI
2 parents 5d6abf1 + 6090454 commit 11fe33f

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/workflows/docker-action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ jobs:
2929
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
3030
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
3131
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
32-
- 'mathcomp/mathcomp:1.15.0-coq-dev'
32+
- 'mathcomp/mathcomp:1.16.0-coq-8.13'
33+
- 'mathcomp/mathcomp:1.16.0-coq-8.14'
34+
- 'mathcomp/mathcomp:1.16.0-coq-8.15'
35+
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
36+
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
3337
- 'mathcomp/mathcomp-dev:coq-8.13'
3438
- 'mathcomp/mathcomp-dev:coq-8.14'
3539
- 'mathcomp/mathcomp-dev:coq-8.15'
3640
- 'mathcomp/mathcomp-dev:coq-8.16'
41+
- 'mathcomp/mathcomp-dev:coq-8.17'
3742
- 'mathcomp/mathcomp-dev:coq-dev'
3843
fail-fast: false
3944
steps:

coq-mathcomp-zify.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
33

44
opam-version: "2.0"
5-
maintainer: "sakaguchi@coins.tsukuba.ac.jp"
5+
maintainer: "kazuhiko.sakaguchi@inria.fr"
66
version: "dev"
77

88
homepage: "https://github.com/math-comp/mczify"

meta.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors:
1717
- name: Kazuhiko Sakaguchi
1818
initial: true
1919

20-
opam-file-maintainer: sakaguchi@coins.tsukuba.ac.jp
20+
opam-file-maintainer: kazuhiko.sakaguchi@inria.fr
2121

2222
license:
2323
fullname: CeCILL-B Free Software License Agreement
@@ -55,7 +55,15 @@ tested_coq_opam_versions:
5555
repo: 'mathcomp/mathcomp'
5656
- version: '1.15.0-coq-8.16'
5757
repo: 'mathcomp/mathcomp'
58-
- version: '1.15.0-coq-dev'
58+
- version: '1.16.0-coq-8.13'
59+
repo: 'mathcomp/mathcomp'
60+
- version: '1.16.0-coq-8.14'
61+
repo: 'mathcomp/mathcomp'
62+
- version: '1.16.0-coq-8.15'
63+
repo: 'mathcomp/mathcomp'
64+
- version: '1.16.0-coq-8.16'
65+
repo: 'mathcomp/mathcomp'
66+
- version: '1.16.0-coq-8.17'
5967
repo: 'mathcomp/mathcomp'
6068
- version: 'coq-8.13'
6169
repo: 'mathcomp/mathcomp-dev'
@@ -65,6 +73,8 @@ tested_coq_opam_versions:
6573
repo: 'mathcomp/mathcomp-dev'
6674
- version: 'coq-8.16'
6775
repo: 'mathcomp/mathcomp-dev'
76+
- version: 'coq-8.17'
77+
repo: 'mathcomp/mathcomp-dev'
6878
- version: 'coq-dev'
6979
repo: 'mathcomp/mathcomp-dev'
7080

0 commit comments

Comments
 (0)