File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' coqorg/coq:dev'
21
+ - ' coqorg/coq:8.15'
22
+ - ' coqorg/coq:8.14'
21
23
- ' coqorg/coq:8.13'
22
24
- ' coqorg/coq:8.12'
23
25
- ' coqorg/coq:8.11'
33
35
with :
34
36
opam_file : ' coq-math-classes.opam'
35
37
custom_image : ${{ matrix.image }}
38
+ before_install : |
39
+ startGroup "Setup and print opam config"
40
+ opam repo -a --set-default add coq-extra-dev https://coq.inria.fr/opam/extra-dev
41
+ opam config list; opam repo list; opam list
42
+ endGroup
36
43
37
44
# See also:
38
45
# https://github.com/coq-community/docker-coq-action#readme
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/coq-community/math-classes.git"
7
7
bug-reports: "https://github.com/coq-community/math-classes/issues"
8
8
license: "MIT"
9
9
10
- synopsis: "A library of abstract interfaces for mathematical structures in Coq. "
10
+ synopsis: "A library of abstract interfaces for mathematical structures in Coq"
11
11
description: """
12
12
Math classes is a library of abstract interfaces for mathematical
13
13
structures, such as:
@@ -30,7 +30,7 @@ build: [
30
30
]
31
31
install: [make "install"]
32
32
depends: [
33
- "coq" {(>= "8.6" & < "8.14 ~") | (= "dev")}
33
+ "coq" {(>= "8.6" & < "8.16 ~") | (= "dev")}
34
34
"coq-bignums"
35
35
]
36
36
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ci_extra_dev: true
8
8
doi : 10.1017/S0960129511000119
9
9
10
10
synopsis : >-
11
- A library of abstract interfaces for mathematical structures in Coq.
11
+ A library of abstract interfaces for mathematical structures in Coq
12
12
13
13
description : |
14
14
Math classes is a library of abstract interfaces for mathematical
@@ -50,10 +50,12 @@ license:
50
50
51
51
supported_coq_versions :
52
52
text : Coq 8.6 or later (use releases for other Coq versions)
53
- opam : ' {(>= "8.6" & < "8.14 ~") | (= "dev")}'
53
+ opam : ' {(>= "8.6" & < "8.16 ~") | (= "dev")}'
54
54
55
55
tested_coq_opam_versions :
56
56
- version : dev
57
+ - version : " 8.15"
58
+ - version : " 8.14"
57
59
- version : " 8.13"
58
60
- version : " 8.12"
59
61
- version : " 8.11"
You can’t perform that action at this time.
0 commit comments