File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -41,33 +41,33 @@ jobs:
4141 local-packages : |
4242 *.opam
4343 - os : macos-latest
44- ocaml-compiler : " 4.14 "
44+ ocaml-compiler : " 5.2 "
4545 libev : true
4646 ppx : true
4747 local-packages : |
4848 *.opam
4949 - os : windows-latest
50- ocaml-compiler : " 4.14 "
50+ ocaml-compiler : " 5.2 "
5151 libev : false
5252 ppx : true
5353 local-packages : |
5454 *.opam
5555 - os : ubuntu-latest
56- ocaml-compiler : " 4.14 "
56+ ocaml-compiler : " 5.2 "
5757 libev : true
5858 ppx : false
5959 local-packages : |
6060 *.opam
6161 !lwt_ppx.opam
6262 - os : macos-latest
63- ocaml-compiler : " 4.14 "
63+ ocaml-compiler : " 5.2 "
6464 libev : true
6565 ppx : false
6666 local-packages : |
6767 *.opam
6868 !lwt_ppx.opam
6969 - os : windows-latest
70- ocaml-compiler : " 4.14 "
70+ ocaml-compiler : " 5.2 "
7171 libev : false
7272 ppx : false
7373 local-packages : |
@@ -77,17 +77,13 @@ jobs:
7777 runs-on : ${{ matrix.os }}
7878
7979 steps :
80- - name : Hack Git CRLF for ocaml/setup-ocaml#529 issue
81- run : git config --global core.autocrlf input
82-
83- - name : Checkout code
80+ - name : Checkout tree
8481 uses : actions/checkout@v4
8582
8683 - name : Set-up OCaml
87- uses : ocaml/setup-ocaml@v2
84+ uses : ocaml/setup-ocaml@v3.0.0-alpha
8885 with :
8986 ocaml-compiler : ${{ matrix.ocaml-compiler }}
90- opam-depext-flags : --with-test
9187 opam-local-packages : ${{ matrix.local-packages }}
9288 allow-prerelease-opam : true
9389
@@ -120,10 +116,10 @@ jobs:
120116 uses : actions/checkout@v4
121117
122118 - name : Set-up OCaml
123- uses : ocaml/setup-ocaml@v2
119+ uses : ocaml/setup-ocaml@v3.0.0-alpha
124120 with :
125121 ocaml-compiler : " 5.2"
126122 allow-prerelease-opam : true
127123 dune-cache : true
128124
129- - uses : ocaml/setup-ocaml/lint-opam@v2
125+ - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-alpha
You can’t perform that action at this time.
0 commit comments