File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ workflows:
60
60
version : 2
61
61
test :
62
62
jobs :
63
+ - build :
64
+ name : " Coq 8.9"
65
+ coq : " coqorg/coq:8.9"
63
66
- build :
64
67
name : " Coq 8.11"
65
68
coq : " coqorg/coq:8.11"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ A collection of theories and plugins that may be useful in other Coq development
33
33
- Gregory Malecha ([ ** @gmalecha ** ] ( https://github.com/gmalecha ) )
34
34
- Yishuai Li ([ ** @liyishuai ** ] ( https://github.com/liyishuai ) )
35
35
- License: [ BSD 2-Clause "Simplified" License] ( LICENSE )
36
- - Compatible Coq versions: Coq 8.8 or later
36
+ - Compatible Coq versions: Coq 8.11 or later or 8.9
37
37
- Additional dependencies: none
38
38
- Coq namespace: ` ExtLib `
39
39
- Related publication(s): none
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ install: [
16
16
]
17
17
depends: [
18
18
"ocaml"
19
- "coq" {>= "8.8" }
19
+ "coq" { >= "8.9" < "8.10" | >= "8.11" }
20
20
]
21
21
synopsis: "A library of Coq definitions, theorems, and tactics"
22
22
description: """
Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ license:
28
28
identifier : BSD-2-Clause
29
29
30
30
supported_coq_versions :
31
- text : Coq 8.8 or later
32
- opam : ' { >= "8.8 " }'
31
+ text : Coq 8.11 or later or 8.9
32
+ opam : ' { >= "8.9" < "8.10" | >= "8.11 " }'
33
33
34
34
tested_coq_opam_versions :
35
+ - version : ' 8.9'
35
36
- version : ' 8.11'
36
37
- version : ' 8.12'
37
38
- version : ' 8.13'
You can’t perform that action at this time.
0 commit comments