Skip to content

Commit 27563c3

Browse files
authored
Merge pull request #99 from affeldt-aist/upd_ci_20220705
add mathcomp 1.16 to CI
2 parents 8dd0af0 + c60a24e commit 27563c3

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- 'mathcomp/mathcomp:1.14.0-coq-8.13'
2626
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
2727
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
28+
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
29+
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
30+
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
2831
- 'mathcomp/mathcomp-dev:coq-8.13'
2932
- 'mathcomp/mathcomp-dev:coq-8.14'
3033
- 'mathcomp/mathcomp-dev:coq-8.15'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ which will be used to subsume notations for finite sets, eventually.
2626
- License: [CeCILL-B](CECILL-B)
2727
- Compatible Coq versions: Coq 8.13 to 8.15
2828
- Additional dependencies:
29-
- [MathComp ssreflect 1.12 to 1.14](https://math-comp.github.io)
29+
- [MathComp ssreflect 1.12 to 1.15](https://math-comp.github.io)
3030
- Coq namespace: `mathcomp.finmap`
3131
- Related publication(s): none
3232

coq-mathcomp-finmap.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build: [make "-j%{jobs}%"]
2222
install: [make "install"]
2323
depends: [
2424
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
25-
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.15~") | (= "dev") }
25+
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.16~") | (= "dev") }
2626
]
2727

2828
tags: [

meta.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ tested_coq_opam_versions:
5151
repo: 'mathcomp/mathcomp'
5252
- version: '1.14.0-coq-8.15'
5353
repo: 'mathcomp/mathcomp'
54+
- version: '1.15.0-coq-8.13'
55+
repo: 'mathcomp/mathcomp'
56+
- version: '1.15.0-coq-8.14'
57+
repo: 'mathcomp/mathcomp'
58+
- version: '1.15.0-coq-8.15'
59+
repo: 'mathcomp/mathcomp'
5460
- version: 'coq-8.13'
5561
repo: 'mathcomp/mathcomp-dev'
5662
- version: 'coq-8.14'
@@ -63,9 +69,9 @@ tested_coq_opam_versions:
6369
dependencies:
6470
- opam:
6571
name: coq-mathcomp-ssreflect
66-
version: '{ (>= "1.12.0" & < "1.15~") | (= "dev") }'
72+
version: '{ (>= "1.12.0" & < "1.16~") | (= "dev") }'
6773
description: |-
68-
[MathComp ssreflect 1.12 to 1.14](https://math-comp.github.io)
74+
[MathComp ssreflect 1.12 to 1.15](https://math-comp.github.io)
6975
7076
namespace: mathcomp.finmap
7177

0 commit comments

Comments
 (0)