File tree Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -21,38 +21,44 @@ jobs:
2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os :
25- - macos-latest
26- - ubuntu-latest
2724 # Please keep the list in sync with the minimal version of OCaml in
2825 # dune-project, dune.opam.template and bootstrap.ml
2926 #
3027 # We don't run tests on all versions of the Windows environment and on
3128 # 4.02.x and 4.07.x in other environments
32- ocaml-compiler :
33- - 5.3.x
3429 include :
3530 # OCaml trunk:
3631 - ocaml-compiler : ocaml-variants.5.4.0+trunk
3732 os : ubuntu-latest
3833 skip_test : true
39- # OCaml 4:
40- - ocaml-compiler : 4.14.x
34+ # OCaml 5:
35+ # # ubuntu (x86)
36+ - ocaml-compiler : 5.3.x
4137 os : ubuntu-latest
42- skip_test : true
43- - ocaml-compiler : 4.14 .x
38+ # # macos (Apple Silicon)
39+ - ocaml-compiler : 5.3 .x
4440 os : macos-latest
45- skip_test : true
46- # macOS x86_64 (Intel)
41+ # # macos (x86)
4742 - ocaml-compiler : 5.3.x
4843 os : macos-13
4944 skip_test : true
50- # MSVC (left behind until we upgrade to 5.2.0)
51- - ocaml-compiler : ocaml-base- compiler.4.14.2 ,system-msvc
45+ # # MSVC
46+ - ocaml-compiler : ocaml-compiler.5.3.0 ,system-msvc
5247 os : windows-latest
53- # mingw
54- - ocaml-compiler : ocaml-base-compiler.5.2.1 ,system-mingw
48+ # # mingw
49+ - ocaml-compiler : ocaml-base-compiler.5.3.0 ,system-mingw
5550 os : windows-latest
51+ # OCaml 4:
52+ # # ubuntu (x86)
53+ - ocaml-compiler : 4.14.x
54+ os : ubuntu-latest
55+ skip_test : true
56+ # # macos (Apple Silicon)
57+ - ocaml-compiler : 4.14.x
58+ os : macos-latest
59+ skip_test : true
60+ # OCaml 4.08:
61+ # # ubuntu (x86)
5662 - ocaml-compiler : 4.08.x
5763 os : ubuntu-latest
5864 skip_test : true
You can’t perform that action at this time.
0 commit comments