File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build: [
3030]
3131install: [make "install"]
3232depends: [
33- "coq" {(>= "8.11 " & < "8.14~") | (= "dev")}
33+ "coq" {(>= "8.6 " & < "8.14~") | (= "dev")}
3434 "coq-bignums"
3535]
3636
Original file line number Diff line number Diff line change @@ -49,14 +49,19 @@ license:
4949 identifier : MIT
5050
5151supported_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
5555tested_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
6166dependencies :
6267- opam :
You can’t perform that action at this time.
0 commit comments