File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 path : ~/.opam
1919 key : opam-ubuntu-latest-4.12.0
2020
21- - uses : ocaml/setup-ocaml@v2
21+ - uses : ocaml/setup-ocaml@v3
2222 with :
23- ocaml-compiler : ' 4.14 '
23+ ocaml-compiler : ' 5.03 '
2424
2525 - name : Pin
2626 run : opam pin -n .
Original file line number Diff line number Diff line change 1616 ocaml-compiler :
1717 - 4.08
1818 - 4.14
19+ - 5.03
1920 runs-on : ${{ matrix.os }}
2021 steps :
21- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2223 - uses : ocaml/setup-ocaml@master
2324 with :
2425 ocaml-compiler : ${{ matrix.ocaml-compiler }}
2829 - run : opam install -t . --deps-only
2930 - run : opam exec -- dune build --ignore-promoted-rules
3031 - run : opam exec -- dune runtest --ignore-promoted-rules
31- if : ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '4.14.x ' }}
32+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '5.03 ' }}
You can’t perform that action at this time.
0 commit comments