Skip to content

Commit aeb71ca

Browse files
committedSep 23, 2021
CI for Coq 8.14
1 parent 162c470 commit aeb71ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ workflows:
7777
- build:
7878
name: "Coq 8.13-ocaml-4.11-flambda"
7979
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"
8083
- build:
8184
name: "Coq dev-ocaml-4.11-flambda"
8285
coq: "coqorg/coq:dev-ocaml-4.11-flambda"

‎meta.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tested_coq_opam_versions:
3939
- version: '8.11-ocaml-4.11-flambda'
4040
- version: '8.12-ocaml-4.11-flambda'
4141
- version: '8.13-ocaml-4.11-flambda'
42+
- version: '8.14-ocaml-4.12-flambda'
4243
- version: 'dev-ocaml-4.11-flambda'
4344

4445
make_target: theories

0 commit comments

Comments
 (0)