Skip to content

Commit

Permalink
Require Coq >= 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jan 31, 2024
1 parent f9712ba commit b1e140f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.19'
- 'coqorg/coq:8.18'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.11'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
[![Zulip][zulip-shield]][zulip-link]
[![DOI][doi-shield]][doi-link]

[docker-action-shield]: https://github.com/coq-community/math-classes/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/math-classes/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/coq-community/math-classes/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/math-classes/actions/workflows/docker-action.yml

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Expand Down Expand Up @@ -50,7 +50,7 @@ notations.
- Coq-community maintainer(s):
- Bas Spitters ([**@spitters**](https://github.com/spitters))
- License: [MIT License](LICENSE)
- Compatible Coq versions: Coq 8.11 or later (use releases for other Coq versions)
- Compatible Coq versions: Coq 8.18 or later (use releases for other Coq versions)
- Additional dependencies:
- [BigNums](https://github.com/coq/bignums)
- Coq namespace: `MathClasses`
Expand Down
2 changes: 1 addition & 1 deletion coq-math-classes.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.19~") | (= "dev")}
"coq" {(>= "8.18" & < "8.20~") | (= "dev")}
"coq-bignums"
]

Expand Down
12 changes: 3 additions & 9 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,13 @@ license:
identifier: MIT

supported_coq_versions:
text: Coq 8.11 or later (use releases for other Coq versions)
opam: '{(>= "8.11" & < "8.19~") | (= "dev")}'
text: Coq 8.18 or later (use releases for other Coq versions)
opam: '{(>= "8.18" & < "8.20~") | (= "dev")}'

tested_coq_opam_versions:
- version: dev
- version: "8.19"
- version: "8.18"
- version: "8.17"
- version: "8.16"
- version: "8.15"
- version: "8.14"
- version: "8.13"
- version: "8.12"
- version: "8.11"

dependencies:
- opam:
Expand Down

0 comments on commit b1e140f

Please sign in to comment.