Skip to content

Commit de79f23

Browse files
committed
Add OCaml 4.10 to the CI matrix
1 parent cc0f09c commit de79f23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ jobs:
118118
- OCAML_VERSION: "4.09.x"
119119
- NPM_CONFIG_PREFIX: "~/.npm-global"
120120
<<: *common_steps
121+
4.10.0:
122+
docker:
123+
- image: ocurrent/opam:debian-9-ocaml-4.10
124+
environment:
125+
- TERM: dumb
126+
- OCAML_VERSION: "4.10.x"
127+
- NPM_CONFIG_PREFIX: "~/.npm-global"
128+
<<: *common_steps
121129
esy_build:
122130
docker:
123131
- image: ocaml/opam2:debian-9-ocaml-4.06
@@ -179,4 +187,5 @@ workflows:
179187
- 4.07.0
180188
- 4.08.0
181189
- 4.09.0
190+
- 4.10.0
182191
- esy_build

0 commit comments

Comments
 (0)