Skip to content

Commit

Permalink
restrict to Coq 8.16 to 8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jul 23, 2024
1 parent 8b1391a commit ff182f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.2.0-coq-8.18'
- 'mathcomp/mathcomp:2.2.0-coq-8.17'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ of said algorithm.
- Coq-community maintainer(s):
- Christian Doczkal ([**@chdoc**](https://github.com/chdoc))
- License: [CeCILL-B](LICENSE)
- Compatible Coq versions: 8.16 and later
- Compatible Coq versions: 8.16 to 8.20
- Additional dependencies:
- [MathComp](https://math-comp.github.io) 2.0 or later (`ssreflect` suffices)
- [Hierarchy Builder](https://github.com/math-comp/hierarchy-builder) 1.6.0 or later
Expand Down
2 changes: 1 addition & 1 deletion coq-comp-dec-modal.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ of said algorithm.
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.16"}
"coq" {>= "8.16" & < "8.21"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-hierarchy-builder" {>= "1.6.0"}
]
Expand Down
6 changes: 2 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ license:
identifier: CECILL-B

supported_coq_versions:
text: 8.16 and later
opam: '{>= "8.16"}'
text: 8.16 to 8.20
opam: '{>= "8.16" & < "8.21"}'

tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: '2.2.0-coq-8.19'
repo: 'mathcomp/mathcomp'
- version: '2.2.0-coq-8.18'
Expand Down

0 comments on commit ff182f7

Please sign in to comment.