File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1616 os :
1717 - ubuntu-latest
1818 ocaml-compiler :
19- - 5.3 .x
19+ - 5.4 .x
2020
2121 runs-on : ${{ matrix.os }}
2222
3232 opam-repositories : |
3333 default: https://github.com/ocaml/opam-repository.git
3434 mbarbin: https://github.com/mbarbin/opam-repository.git
35- # alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
35+ alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
3636 # janestreet-bleeding: https://github.com/janestreet/opam-repository.git
3737 # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
3838
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - name : Setup OCaml
2424 uses : ocaml/setup-ocaml@v3
2525 with :
26- ocaml-compiler : " 5.3 .x"
26+ ocaml-compiler : " 5.4 .x"
2727 dune-cache : true
2828 opam-repositories : |
2929 default: https://github.com/ocaml/opam-repository.git
3030 mbarbin: https://github.com/mbarbin/opam-repository.git
31- # alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
31+ alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
3232 # janestreet-bleeding: https://github.com/janestreet/opam-repository.git
3333 # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
3434
Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ jobs:
2828 - macos-latest
2929 - ubuntu-latest
3030 ocaml-compiler :
31+ - 5.4.x
3132 - 5.3.x
3233 - 5.2.x
3334 - 4.14.x
3435 exclude :
3536 # We exclude the combination already tested in the 'ci' workflow.
3637 - os : ubuntu-latest
37- ocaml-compiler : 5.3 .x
38+ ocaml-compiler : 5.4 .x
3839
3940 runs-on : ${{ matrix.os }}
4041
5051 opam-repositories : |
5152 default: https://github.com/ocaml/opam-repository.git
5253 mbarbin: https://github.com/mbarbin/opam-repository.git
53- # alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
54+ alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
5455 # janestreet-bleeding: https://github.com/janestreet/opam-repository.git
5556 # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
5657
You can’t perform that action at this time.
0 commit comments