Skip to content

Commit 7f27bb7

Browse files
committed
Start testing again from Coq 8.6.
1 parent 767cab7 commit 7f27bb7

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/docker-action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- 'coqorg/coq:8.13'
2222
- 'coqorg/coq:8.12'
2323
- 'coqorg/coq:8.11'
24+
- 'coqorg/coq:8.10'
25+
- 'coqorg/coq:8.9'
26+
- 'coqorg/coq:8.8'
27+
- 'coqorg/coq:8.7'
28+
- 'coqorg/coq:8.6'
2429
fail-fast: false
2530
steps:
2631
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ notations.
5050
- Coq-community maintainer(s):
5151
- Bas Spitters ([**@spitters**](https://github.com/spitters))
5252
- License: [MIT License](LICENSE)
53-
- Compatible Coq versions: Coq 8.11 or later (use releases for other Coq versions)
53+
- Compatible Coq versions: Coq 8.6 or later (use releases for other Coq versions)
5454
- Additional dependencies:
5555
- [BigNums](https://github.com/coq/bignums)
5656
- Coq namespace: `MathClasses`

coq-math-classes.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: [
3030
]
3131
install: [make "install"]
3232
depends: [
33-
"coq" {(>= "8.11" & < "8.14~") | (= "dev")}
33+
"coq" {(>= "8.6" & < "8.14~") | (= "dev")}
3434
"coq-bignums"
3535
]
3636

meta.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,19 @@ license:
4949
identifier: MIT
5050

5151
supported_coq_versions:
52-
text: Coq 8.11 or later (use releases for other Coq versions)
53-
opam: '{(>= "8.11" & < "8.14~") | (= "dev")}'
52+
text: Coq 8.6 or later (use releases for other Coq versions)
53+
opam: '{(>= "8.6" & < "8.14~") | (= "dev")}'
5454

5555
tested_coq_opam_versions:
5656
- version: dev
5757
- version: "8.13"
5858
- version: "8.12"
5959
- version: "8.11"
60+
- version: "8.10"
61+
- version: "8.9"
62+
- version: "8.8"
63+
- version: "8.7"
64+
- version: "8.6"
6065

6166
dependencies:
6267
- opam:

0 commit comments

Comments
 (0)