Skip to content

Commit 506d298

Browse files
committed
Update Docker tag
1 parent 8fa1a3c commit 506d298

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
type: string
1111
docker:
1212
- image: <<parameters.coq>>
13-
resource_class: medium
13+
resource_class: large
1414
environment:
15-
OPAMJOBS: 2
15+
OPAMJOBS: 4
1616
OPAMVERBOSE: 1
1717
OPAMYES: true
1818
TERM: xterm
@@ -76,14 +76,14 @@ workflows:
7676
name: "Coq 8.12-ocaml-4.11-flambda"
7777
coq: "coqorg/coq:8.12-ocaml-4.11-flambda"
7878
- build:
79-
name: "Coq 8.13-ocaml-4.11-flambda"
80-
coq: "coqorg/coq:8.13-ocaml-4.11-flambda"
79+
name: "Coq 8.13-ocaml-4.12-flambda"
80+
coq: "coqorg/coq:8.13-ocaml-4.12-flambda"
8181
- build:
8282
name: "Coq 8.14-ocaml-4.12-flambda"
8383
coq: "coqorg/coq:8.14-ocaml-4.12-flambda"
8484
- build:
8585
name: "Coq 8.15-ocaml-4.12-flambda"
8686
coq: "coqorg/coq:8.15-ocaml-4.12-flambda"
8787
- build:
88-
name: "Coq dev-ocaml-4.11-flambda"
89-
coq: "coqorg/coq:dev-ocaml-4.11-flambda"
88+
name: "Coq dev-ocaml-4.12-flambda"
89+
coq: "coqorg/coq:dev-ocaml-4.12-flambda"

meta.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ tested_coq_opam_versions:
3737
- version: '8.10'
3838
- version: '8.11-ocaml-4.11-flambda'
3939
- version: '8.12-ocaml-4.11-flambda'
40-
- version: '8.13-ocaml-4.11-flambda'
40+
- version: '8.13-ocaml-4.12-flambda'
4141
- version: '8.14-ocaml-4.12-flambda'
4242
- version: '8.15-ocaml-4.12-flambda'
43-
- version: 'dev-ocaml-4.11-flambda'
43+
- version: 'dev-ocaml-4.12-flambda'
4444

4545
make_target: theories
4646
test_target: examples

0 commit comments

Comments
 (0)