File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - " 4.14"
2121 - " 5.0"
2222 - " 5.1"
23- - " 5.3 "
23+ - " 5.2 "
2424 separate_compilation :
2525 - true
2626 jane_street_tests :
@@ -34,18 +34,18 @@ jobs:
3434 jane_street_tests : false
3535 all_jane_street_tests : false
3636 - os : windows-latest
37- ocaml-compiler : " 5.2 "
37+ ocaml-compiler : " 5.3 "
3838 separate_compilation : true
3939 # Jane Street tests disabled for now (basement only works on Linux)
4040 jane_street_tests : false
4141 all_jane_street_tests : false
4242 - os : ubuntu-latest
43- ocaml-compiler : " 5.2 "
43+ ocaml-compiler : " 5.3 "
4444 separate_compilation : true
4545 jane_street_tests : true
4646 all_jane_street_tests : true
4747 - os : ubuntu-latest
48- ocaml-compiler : " 5.2 "
48+ ocaml-compiler : " 5.3 "
4949 separate_compilation : false
5050 jane_street_tests : true
5151 all_jane_street_tests : false
Original file line number Diff line number Diff line change 1- FROM ocaml/opam:debian-ocaml-5.2
1+ FROM ocaml/opam:debian-ocaml-5.3
22WORKDIR /bench-dir
33
44RUN sudo apt-get update \
You can’t perform that action at this time.
0 commit comments