Skip to content

Commit

Permalink
bump lower coq limit
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed Apr 28, 2022
1 parent f329d7a commit 92e8d7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
- 'mathcomp/mathcomp:1.13.0-coq-8.14'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This library relies on propositional and functional extentionality axioms.
- Author(s):
- Aleksandar Nanevski (initial)
- License: [Apache-2.0](LICENSE)
- Compatible Coq versions: Coq 8.13 to 8.15
- Compatible Coq versions: Coq 8.14 to 8.15
- Additional dependencies:
- [MathComp ssreflect 1.13 to 1.15](https://math-comp.github.io)
- [MathComp ssreflect 1.13 to 1.14](https://math-comp.github.io)
- Coq namespace: `fcsl`
- Related publication(s): none

Expand Down
2 changes: 1 addition & 1 deletion coq-fcsl-pcm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This library relies on propositional and functional extentionality axioms."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
"coq" { (>= "8.14" & < "8.16~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.13.0" & < "1.15~") | (= "dev") }
]

Expand Down
8 changes: 4 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ license:
file: LICENSE

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

tested_coq_opam_versions:
- version: '1.13.0-coq-8.13'
- version: '1.13.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
Expand All @@ -52,7 +52,7 @@ dependencies:
name: coq-mathcomp-ssreflect
version: '{ (>= "1.13.0" & < "1.15~") | (= "dev") }'
description: |-
[MathComp ssreflect 1.13 to 1.15](https://math-comp.github.io)
[MathComp ssreflect 1.13 to 1.14](https://math-comp.github.io)
namespace: fcsl

Expand Down

0 comments on commit 92e8d7d

Please sign in to comment.