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 1818 matrix :
1919 image :
2020 - ' coqorg/coq:dev'
21+ - ' coqorg/coq:8.15'
22+ - ' coqorg/coq:8.14'
2123 - ' coqorg/coq:8.13'
2224 - ' coqorg/coq:8.12'
2325 - ' coqorg/coq:8.11'
3335 with :
3436 opam_file : ' coq-math-classes.opam'
3537 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
3643
3744# See also:
3845# 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"
77bug-reports: "https://github.com/coq-community/math-classes/issues"
88license: "MIT"
99
10- synopsis: "A library of abstract interfaces for mathematical structures in Coq. "
10+ synopsis: "A library of abstract interfaces for mathematical structures in Coq"
1111description: """
1212Math classes is a library of abstract interfaces for mathematical
1313structures, such as:
@@ -30,7 +30,7 @@ build: [
3030]
3131install: [make "install"]
3232depends: [
33- "coq" {(>= "8.6" & < "8.14 ~") | (= "dev")}
33+ "coq" {(>= "8.6" & < "8.16 ~") | (= "dev")}
3434 "coq-bignums"
3535]
3636
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ci_extra_dev: true
88doi : 10.1017/S0960129511000119
99
1010synopsis : >-
11- A library of abstract interfaces for mathematical structures in Coq.
11+ A library of abstract interfaces for mathematical structures in Coq
1212
1313description : |
1414 Math classes is a library of abstract interfaces for mathematical
@@ -50,10 +50,12 @@ license:
5050
5151supported_coq_versions :
5252 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")}'
5454
5555tested_coq_opam_versions :
5656- version : dev
57+ - version : " 8.15"
58+ - version : " 8.14"
5759- version : " 8.13"
5860- version : " 8.12"
5961- version : " 8.11"
You can’t perform that action at this time.
0 commit comments