Skip to content

Commit 08a8459

Browse files
authored
Merge pull request #103 from pi8027/opam
Update the version constraint on Coq and CI
2 parents 27563c3 + d131d2b commit 08a8459

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ jobs:
2828
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
2929
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
3030
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
31+
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
3132
- 'mathcomp/mathcomp-dev:coq-8.13'
3233
- 'mathcomp/mathcomp-dev:coq-8.14'
3334
- 'mathcomp/mathcomp-dev:coq-8.15'
35+
- 'mathcomp/mathcomp-dev:coq-8.16'
3436
- 'mathcomp/mathcomp-dev:coq-dev'
3537
fail-fast: false
3638
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ which will be used to subsume notations for finite sets, eventually.
2424
- Cyril Cohen (initial)
2525
- Kazuhiko Sakaguchi
2626
- License: [CeCILL-B](CECILL-B)
27-
- Compatible Coq versions: Coq 8.13 to 8.15
27+
- Compatible Coq versions: Coq 8.13 to 8.16
2828
- Additional dependencies:
2929
- [MathComp ssreflect 1.12 to 1.15](https://math-comp.github.io)
3030
- Coq namespace: `mathcomp.finmap`

coq-mathcomp-finmap.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ which will be used to subsume notations for finite sets, eventually."""
2121
build: [make "-j%{jobs}%"]
2222
install: [make "install"]
2323
depends: [
24-
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
24+
"coq" { (>= "8.13" & < "8.17~") | (= "dev") }
2525
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.16~") | (= "dev") }
2626
]
2727

meta.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ license:
3131
file: CECILL-B
3232

3333
supported_coq_versions:
34-
text: Coq 8.13 to 8.15
35-
opam: '{ (>= "8.13" & < "8.16~") | (= "dev") }'
34+
text: Coq 8.13 to 8.16
35+
opam: '{ (>= "8.13" & < "8.17~") | (= "dev") }'
3636

3737
tested_coq_opam_versions:
3838
- version: '1.12.0-coq-8.13'
@@ -57,12 +57,16 @@ tested_coq_opam_versions:
5757
repo: 'mathcomp/mathcomp'
5858
- version: '1.15.0-coq-8.15'
5959
repo: 'mathcomp/mathcomp'
60+
- version: '1.15.0-coq-8.16'
61+
repo: 'mathcomp/mathcomp'
6062
- version: 'coq-8.13'
6163
repo: 'mathcomp/mathcomp-dev'
6264
- version: 'coq-8.14'
6365
repo: 'mathcomp/mathcomp-dev'
6466
- version: 'coq-8.15'
6567
repo: 'mathcomp/mathcomp-dev'
68+
- version: 'coq-8.16'
69+
repo: 'mathcomp/mathcomp-dev'
6670
- version: 'coq-dev'
6771
repo: 'mathcomp/mathcomp-dev'
6872

0 commit comments

Comments
 (0)