Skip to content

Commit

Permalink
Merge pull request #112 from Zimmi48/drop-8.6-compat
Browse files Browse the repository at this point in the history
Drop compatibility testing with 8.6-8.10, test 8.16.
  • Loading branch information
Zimmi48 committed Jun 30, 2022
2 parents 63f2130 + 1306fb7 commit 754ddc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.10'
- 'coqorg/coq:8.9'
- 'coqorg/coq:8.8'
- 'coqorg/coq:8.7'
- 'coqorg/coq:8.6'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.6 or later (use releases for other Coq versions)
- Compatible Coq versions: Coq 8.11 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.6" & < "8.16~") | (= "dev")}
"coq" {(>= "8.11" & < "8.17~") | (= "dev")}
"coq-bignums"
]

Expand Down
10 changes: 3 additions & 7 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,17 @@ license:
identifier: MIT

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

tested_coq_opam_versions:
- version: dev
- version: "8.16"
- version: "8.15"
- version: "8.14"
- version: "8.13"
- version: "8.12"
- version: "8.11"
- version: "8.10"
- version: "8.9"
- version: "8.8"
- version: "8.7"
- version: "8.6"

dependencies:
- opam:
Expand Down

0 comments on commit 754ddc7

Please sign in to comment.