Skip to content

Commit ea8a862

Browse files
committed
CI for Coq 8.15
1 parent ca0795c commit ea8a862

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
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"

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ organization: coq-community
66
community: true
77
circleci: true
88
ci_test_dependants: true
9-
ci_extra_dev: true
109
submodule: true
1110

1211
synopsis: 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

4545
make_target: theories

0 commit comments

Comments
 (0)