Skip to content

Commit

Permalink
Merge pull request #99 from affeldt-aist/upd_ci_20220705
Browse files Browse the repository at this point in the history
add mathcomp 1.16 to CI
  • Loading branch information
affeldt-aist authored Jul 5, 2022
2 parents 8dd0af0 + c60a24e commit 27563c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- 'mathcomp/mathcomp:1.14.0-coq-8.13'
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-8.15'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ which will be used to subsume notations for finite sets, eventually.
- License: [CeCILL-B](CECILL-B)
- Compatible Coq versions: Coq 8.13 to 8.15
- Additional dependencies:
- [MathComp ssreflect 1.12 to 1.14](https://math-comp.github.io)
- [MathComp ssreflect 1.12 to 1.15](https://math-comp.github.io)
- Coq namespace: `mathcomp.finmap`
- Related publication(s): none

Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-finmap.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.15~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.16~") | (= "dev") }
]

tags: [
Expand Down
10 changes: 8 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ tested_coq_opam_versions:
repo: 'mathcomp/mathcomp'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.13'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: 'coq-8.13'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.14'
Expand All @@ -63,9 +69,9 @@ tested_coq_opam_versions:
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "1.12.0" & < "1.15~") | (= "dev") }'
version: '{ (>= "1.12.0" & < "1.16~") | (= "dev") }'
description: |-
[MathComp ssreflect 1.12 to 1.14](https://math-comp.github.io)
[MathComp ssreflect 1.12 to 1.15](https://math-comp.github.io)
namespace: mathcomp.finmap

Expand Down

0 comments on commit 27563c3

Please sign in to comment.