File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' mathcomp/mathcomp:1.12.0-coq-8.13'
21
- - ' mathcomp/mathcomp:1.12.0-coq-dev '
21
+ - ' mathcomp/mathcomp:1.12.0-coq-8.14 '
22
22
- ' mathcomp/mathcomp-dev:coq-8.13'
23
+ - ' mathcomp/mathcomp-dev:coq-8.14'
23
24
- ' mathcomp/mathcomp-dev:coq-dev'
24
25
fail-fast : false
25
26
steps :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ zify tactic."""
19
19
build: [make "-j%{jobs}%" ]
20
20
install: [make "install"]
21
21
depends: [
22
- "coq" {(>= "8.13" & < "8.14 ~") | (= "dev")}
22
+ "coq" {(>= "8.13" & < "8.15 ~") | (= "dev")}
23
23
"coq-mathcomp-algebra" {(>= "1.12" & < "1.13~") | (= "dev")}
24
24
]
25
25
Original file line number Diff line number Diff line change @@ -26,17 +26,19 @@ license:
26
26
27
27
supported_coq_versions :
28
28
text : 8.13 or later
29
- opam : ' {(>= "8.13" & < "8.14 ~") | (= "dev")}'
29
+ opam : ' {(>= "8.13" & < "8.15 ~") | (= "dev")}'
30
30
31
31
tested_coq_nix_versions :
32
32
33
33
tested_coq_opam_versions :
34
34
- version : ' 1.12.0-coq-8.13'
35
35
repo : ' mathcomp/mathcomp'
36
- - version : ' 1.12.0-coq-dev '
36
+ - version : ' 1.12.0-coq-8.14 '
37
37
repo : ' mathcomp/mathcomp'
38
38
- version : ' coq-8.13'
39
39
repo : ' mathcomp/mathcomp-dev'
40
+ - version : ' coq-8.14'
41
+ repo : ' mathcomp/mathcomp-dev'
40
42
- version : ' coq-dev'
41
43
repo : ' mathcomp/mathcomp-dev'
42
44
You can’t perform that action at this time.
0 commit comments