Skip to content

Commit

Permalink
bump upper limit on coq
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed May 10, 2024
1 parent d8c9246 commit 6f46230
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 @@ -18,7 +18,7 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.18'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/imdea-software/fcsl-pcm/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/imdea-software/fcsl-pcm/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/imdea-software/fcsl-pcm/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/imdea-software/fcsl-pcm/actions/workflows/docker-action.yml



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.15" & < "8.18~") | (= "dev") }
"coq" { (>= "8.15" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.15.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-algebra"
]
Expand Down
4 changes: 2 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ license:

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

tested_coq_opam_versions:
- version: '1.15.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.17'
- version: '1.17.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
Expand Down

0 comments on commit 6f46230

Please sign in to comment.