We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162c470 commit aeb71caCopy full SHA for aeb71ca
.circleci/config.yml
@@ -77,6 +77,9 @@ workflows:
77
- build:
78
name: "Coq 8.13-ocaml-4.11-flambda"
79
coq: "coqorg/coq:8.13-ocaml-4.11-flambda"
80
+ - build:
81
+ name: "Coq 8.14-ocaml-4.12-flambda"
82
+ coq: "coqorg/coq:8.14-ocaml-4.12-flambda"
83
84
name: "Coq dev-ocaml-4.11-flambda"
85
coq: "coqorg/coq:dev-ocaml-4.11-flambda"
meta.yml
@@ -39,6 +39,7 @@ tested_coq_opam_versions:
39
- version: '8.11-ocaml-4.11-flambda'
40
- version: '8.12-ocaml-4.11-flambda'
41
- version: '8.13-ocaml-4.11-flambda'
42
+ - version: '8.14-ocaml-4.12-flambda'
43
- version: 'dev-ocaml-4.11-flambda'
44
45
make_target: theories
0 commit comments