Skip to content

Commit

Permalink
bump again
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed Sep 9, 2024
1 parent 5912ad1 commit b71371a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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:2.2.0-coq-8.17'
- 'mathcomp/mathcomp:2.2.0-coq-8.18'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:latest-coq-dev'
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This library relies on propositional and functional extentionality axioms.
- Anton Trunov
- Alexander Gryzlov
- License: [Apache-2.0](LICENSE)
- Compatible Coq versions: Coq 8.17 to 8.19
- Compatible Coq versions: Coq 8.18 to 8.19
- Additional dependencies:
- [MathComp ssreflect 2.2](https://math-comp.github.io)
- [MathComp algebra](https://math-comp.github.io)
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.17" & < "8.20~") | (= "dev") }
"coq" { (>= "8.18" & < "8.20~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
"coq-mathcomp-algebra"
]
Expand Down
6 changes: 3 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ license:
file: LICENSE

supported_coq_versions:
text: Coq 8.17 to 8.19
opam: '{ (>= "8.17" & < "8.20~") | (= "dev") }'
text: Coq 8.18 to 8.19
opam: '{ (>= "8.18" & < "8.20~") | (= "dev") }'

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

0 comments on commit b71371a

Please sign in to comment.