We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 536de1c + 05ff62e commit 375d04dCopy full SHA for 375d04d
.github/workflows/build-and-test.yml
@@ -16,26 +16,21 @@ jobs:
16
# - macos-latest
17
# - windows-latest
18
ocaml-compiler:
19
- - 4.05.x
20
- - 4.06.x
21
- - 4.07.x
22
- - 4.08.x
23
- - 4.09.x
24
- - 4.10.x
25
- - 4.11.x
26
- - 4.12.x
27
- - 4.13.x
28
- 4.14.x
29
- 5.0.x
+ - 5.1.x
+ - 5.2.x
+ - 5.3.x
+ - 5.4.x
30
31
runs-on: ${{ matrix.os }}
32
33
steps:
34
- name: Checkout code
35
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
36
37
- name: Use OCaml ${{ matrix.ocaml-compiler }}
38
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
39
with:
40
ocaml-compiler: ${{ matrix.ocaml-compiler }}
41
dune-cache: ${{ matrix.os != 'macos-latest' }}
0 commit comments