Skip to content

Commit fbf2943

Browse files
committed
Always run tests on the latest OCaml 4 and 5
Signed-off-by: Sora Morimoto <[email protected]>
1 parent de47c31 commit fbf2943

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- macos-latest
1919
- ubuntu-latest
2020
ocaml-compiler:
21-
- "4.14"
22-
- "5.2"
23-
- "5.3"
21+
- 5
22+
- 4
2423

2524
runs-on: ${{ matrix.os }}
2625

@@ -47,7 +46,7 @@ jobs:
4746
- name: Set-up OCaml
4847
uses: ocaml/setup-ocaml@v3
4948
with:
50-
ocaml-compiler: "4.14"
49+
ocaml-compiler: 4
5150
dune-cache: true
5251

5352
- uses: ocaml/setup-ocaml/lint-fmt@v3

0 commit comments

Comments
 (0)