Skip to content

Commit

Permalink
Merge pull request #78 from math-comp/update
Browse files Browse the repository at this point in the history
Add Coq 8.16 to docker actions too
  • Loading branch information
CohenCyril authored Jul 13, 2022
2 parents 2e78602 + 4d0fb51 commit 61d79ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-8.15'
- 'mathcomp/mathcomp-dev:coq-8.16'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
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 @@ Mathematical Components library.
- Assia Mahboubi (initial)
- Pierre-Yves Strub (initial)
- License: [CeCILL-B](CeCILL-B)
- Compatible Coq versions: Coq 8.10 to 8.15
- Compatible Coq versions: Coq 8.10 to 8.16
- Additional dependencies:
- [MathComp ssreflect 1.12 and later](https://math-comp.github.io)
- [MathComp fingroup 1.12 and later](https://math-comp.github.io)
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-abel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Mathematical Components library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.10" & < "8.16~") | = "dev" }
"coq" { (>= "8.10" & < "8.17~") | = "dev" }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.16~") | = "dev" }
"coq-mathcomp-fingroup"
"coq-mathcomp-algebra"
Expand Down
8 changes: 6 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ license:
file: CeCILL-B

supported_coq_versions:
text: Coq 8.10 to 8.15
opam: '{ (>= "8.10" & < "8.16~") | = "dev" }'
text: Coq 8.10 to 8.16
opam: '{ (>= "8.10" & < "8.17~") | = "dev" }'

tested_coq_opam_versions:
- version: '1.12.0-coq-8.10'
Expand All @@ -67,12 +67,16 @@ tested_coq_opam_versions:
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: 'coq-8.13'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.14'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.15'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.16'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'

Expand Down

0 comments on commit 61d79ae

Please sign in to comment.