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 73
73
- os : ubuntu-latest
74
74
os-name : Ubuntu
75
75
ocaml-name : " 5.4.0~beta2+32bit"
76
- ocaml-compiler : " ocaml-variants.5.4.0. ~beta2+options,ocaml-option-32bit"
76
+ ocaml-compiler : " ocaml-variants.5.4.0~beta2+options,ocaml-option-32bit"
77
77
skip-effects : true # disabled for the same reason than `skip-test`
78
78
skip-test : true # the `time_now.0.17` package is pulled and doesn't work in 32 bits :(
79
79
skip-doc : true
Original file line number Diff line number Diff line change @@ -35,26 +35,26 @@ jobs:
35
35
include :
36
36
- os : macos-latest
37
37
os-name : MacOS
38
- ocaml-compiler : " 5.3 "
38
+ ocaml-compiler : " 5.4.0~beta2 "
39
39
separate_compilation : true
40
40
jane_street_tests : false
41
41
all_jane_street_tests : false
42
42
- os : windows-latest
43
43
os-name : Windows
44
- ocaml-compiler : " 5.3 "
44
+ ocaml-compiler : " 5.4.0~beta2 "
45
45
separate_compilation : true
46
46
# Jane Street tests disabled for now (basement only works on Linux)
47
47
jane_street_tests : false
48
48
all_jane_street_tests : false
49
49
- os : ubuntu-latest
50
50
os-name : Ubuntu
51
- ocaml-compiler : " 5.3 "
51
+ ocaml-compiler : " 5.4.0~beta2 "
52
52
separate_compilation : true
53
53
jane_street_tests : true
54
54
all_jane_street_tests : true
55
55
- os : ubuntu-latest
56
56
os-name : Ubuntu
57
- ocaml-compiler : " 5.3 "
57
+ ocaml-compiler : " 5.4.0~beta2 "
58
58
separate_compilation : false
59
59
jane_street_tests : true
60
60
all_jane_street_tests : false
You can’t perform that action at this time.
0 commit comments