File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,20 @@ jobs:
1111 - mathcomp/mathcomp:1.13.0-coq-8.11
1212 - mathcomp/mathcomp:1.13.0-coq-8.12
1313 - coqorg/coq:8.13-native-ocaml-4.07 # with the coq-native opam pkg
14- - coqorg/coq:8.14 -native-ocaml-4.07 # with the coq-native opam pkg
14+ - coqorg/coq:8.17 -native-ocaml-4.13-flambda # with the coq-native opam pkg
1515 - mathcomp/mathcomp:1.13.0-coq-8.13 # (without coq-native for now)
1616 - mathcomp/mathcomp:1.13.0-coq-8.14 # (without coq-native for now)
1717 - mathcomp/mathcomp:1.13.0-coq-8.15 # (without coq-native for now)
1818 - mathcomp/mathcomp:1.15.0-coq-8.13
19- - mathcomp/mathcomp:1.15.0-coq-8.14
20- - mathcomp/mathcomp:1.15.0-coq-8.15
2119 - mathcomp/mathcomp:1.15.0-coq-8.16
20+ - mathcomp/mathcomp:1.16.0-coq-8.13
21+ - mathcomp/mathcomp:1.16.0-coq-8.14
22+ - mathcomp/mathcomp:1.16.0-coq-8.15
23+ - mathcomp/mathcomp:1.16.0-coq-8.16
24+ - mathcomp/mathcomp:1.16.0-coq-8.17
2225 - mathcomp/mathcomp-dev:coq-8.15 # (without coq-native for now)
2326 - mathcomp/mathcomp-dev:coq-8.16 # (without coq-native for now)
27+ - mathcomp/mathcomp-dev:coq-8.17 # (without coq-native for now)
2428 - mathcomp/mathcomp-dev:coq-dev # (without coq-native for now)
2529 # the previous comments refer to https://github.com/coq/ceps/pull/48
2630 fail-fast : false
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 [ "dune" "build" "-p" name "-j" jobs ]
1111]
1212depends: [
13- "coq" {(>= "8.10" & < "8.17 ~") | = "dev"}
13+ "coq" {(>= "8.10" & < "8.18 ~") | = "dev"}
1414 "dune" {>= "2.8"}
1515 "coq-mathcomp-ssreflect" {(>= "1.13" & < "1.17~") | = "dev"}
1616 "coq-mathcomp-algebra"
You can’t perform that action at this time.
0 commit comments