Commit 067ba4f 1 parent 241a7ac commit 067ba4f Copy full SHA for 067ba4f
File tree 4 files changed +20
-4
lines changed
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,22 @@ jobs:
120
120
- OCAML_VERSION : " 4.12.x"
121
121
- NPM_CONFIG_PREFIX : " ~/.npm-global"
122
122
<< : *common_steps
123
+ 4.13.0 :
124
+ docker :
125
+ - image : ocaml/opam:debian-ocaml-4.13
126
+ environment :
127
+ - TERM : dumb
128
+ - OCAML_VERSION : " 4.13.x"
129
+ - NPM_CONFIG_PREFIX : " ~/.npm-global"
130
+ << : *common_steps
131
+ 4.14.0 :
132
+ docker :
133
+ - image : ocaml/opam:debian-ocaml-4.14
134
+ environment :
135
+ - TERM : dumb
136
+ - OCAML_VERSION : " 4.14.x"
137
+ - NPM_CONFIG_PREFIX : " ~/.npm-global"
138
+ << : *common_steps
123
139
esy_build :
124
140
docker :
125
141
- image : ocaml/opam:debian-ocaml-4.12
@@ -182,4 +198,6 @@ workflows:
182
198
- 4.09.0
183
199
- 4.10.0
184
200
- 4.12.0
201
+ - 4.13.0
202
+ - 4.14.0
185
203
- esy_build
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ OCAML_VERSION=${OCAML_VERSION:-"4.06.2"}
15
15
16
16
case ${OCAML_VERSION} in
17
17
4.08.* ) OCAML_VERSION=4.08.0;;
18
- 4.09.* |4.10.* |4.11.* |4.12.* |4.13.* ) OCAML_VERSION=4.09.0;; # Outputs from OCaml 4.10 / 4.11 are exepected to be the same as OCaml 4.09
18
+ 4.09.* |4.10.* |4.11.* |4.12.* |4.13.* |4.14. * ) OCAML_VERSION=4.09.0;; # Outputs from OCaml 4.10 / 4.11 are exepected to be the same as OCaml 4.09
19
19
esac
20
20
21
21
unameOut=" $( uname -s) "
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ dev-repo: "git://github.com/reasonml/reason.git"
9
9
tags: [ "syntax" ]
10
10
build: [
11
11
["dune" "build" "-p" name "-j" jobs]
12
- ["dune" "runtest" "-p" name "-j" jobs] {with-test}
13
12
]
14
13
depends: [
15
14
"ocaml" {>= "4.03" & < "4.15"}
Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ dev-repo: "git://github.com/reasonml/reason.git"
9
9
tags: [ "syntax" ]
10
10
build: [
11
11
["dune" "build" "-p" name "-j" jobs]
12
- ["dune" "runtest" "-p" name "-j" jobs] {with-test}
13
12
]
14
13
depends: [
15
- "ocaml" {>= "4.02" & < "4.14 "}
14
+ "ocaml" {>= "4.02" & < "4.15 "}
16
15
"dune" {>= "1.4"}
17
16
"reason"
18
17
"utop" {>= "1.17"}
You can’t perform that action at this time.
0 commit comments