File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727 - run :
2828 name : Install dependencies
2929 command : |
30- opam repo -a --set-default add coq-extra-dev https://coq.inria.fr/opam/extra-dev
3130 opam update
3231 opam install --deps-only .
3332 - run :
@@ -82,6 +81,9 @@ workflows:
8281 - build :
8382 name : " Coq 8.14-ocaml-4.12-flambda"
8483 coq : " coqorg/coq:8.14-ocaml-4.12-flambda"
84+ - build :
85+ name : " Coq 8.15-ocaml-4.12-flambda"
86+ coq : " coqorg/coq:8.15-ocaml-4.12-flambda"
8587 - build :
8688 name : " Coq dev-ocaml-4.11-flambda"
8789 coq : " coqorg/coq:dev-ocaml-4.11-flambda"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ organization: coq-community
66community : true
77circleci : true
88ci_test_dependants : true
9- ci_extra_dev : true
109submodule : true
1110
1211synopsis : A library of Coq definitions, theorems, and tactics
@@ -40,6 +39,7 @@ tested_coq_opam_versions:
4039 - version : ' 8.12-ocaml-4.11-flambda'
4140 - version : ' 8.13-ocaml-4.11-flambda'
4241 - version : ' 8.14-ocaml-4.12-flambda'
42+ - version : ' 8.15-ocaml-4.12-flambda'
4343 - version : ' dev-ocaml-4.11-flambda'
4444
4545make_target : theories
You can’t perform that action at this time.
0 commit comments