File tree Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' coqorg/coq:dev'
21
+ - ' coqorg/coq:8.16'
21
22
- ' coqorg/coq:8.15'
22
23
- ' coqorg/coq:8.14'
23
24
- ' coqorg/coq:8.13'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ build: [
46
46
]
47
47
install: [make "install"]
48
48
depends: [
49
- "coq" {(>= "8.11" & < "8.16 ~") | (= "dev")}
49
+ "coq" {(>= "8.11" & < "8.17 ~") | (= "dev")}
50
50
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
51
51
"coq-bignums"
52
52
]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -80,10 +80,11 @@ license:
80
80
81
81
supported_coq_versions :
82
82
text : Coq 8.11 or greater
83
- opam : ' {(>= "8.11" & < "8.16 ~") | (= "dev")}'
83
+ opam : ' {(>= "8.11" & < "8.17 ~") | (= "dev")}'
84
84
85
85
tested_coq_opam_versions :
86
86
- version : dev
87
+ - version : " 8.16"
87
88
- version : " 8.15"
88
89
- version : " 8.14"
89
90
- version : " 8.13"
You can’t perform that action at this time.
0 commit comments