File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,19 @@ jobs:
17
17
matrix :
18
18
os : [macos-latest, ubuntu-latest, windows-latest]
19
19
ocaml :
20
- - ocaml-base-compiler.5.0.0~alpha0
21
- - 4.14.0
22
- include :
23
- - {os: ubuntu-latest, ocaml: 4.13.1}
24
- - {os: ubuntu-latest, ocaml: 4.12.1}
25
- - {os: ubuntu-latest, ocaml: 4.11.2}
26
- exclude :
27
- - {os: windows-latest, ocaml: ocaml-base-compiler.5.0.0~alpha0}
20
+ - 5
28
21
29
22
runs-on : ${{ matrix.os }}
30
23
31
24
steps :
32
25
- name : Checkout code
33
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
+ with :
28
+ ref : ${{ github.event.pull_request.head.ref }}
29
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
34
30
35
31
- name : Setup OCaml ${{ matrix.ocaml }}
36
- uses : ocaml/setup-ocaml@v2
32
+ uses : ocaml/setup-ocaml@v3
37
33
with :
38
34
cache-prefix : v1-${{ matrix.os }}-${{ matrix.ocaml }}
39
35
dune-cache : true
You can’t perform that action at this time.
0 commit comments