Skip to content

Commit 375d04d

Browse files
authored
Merge pull request #101 from gasche/github-workflows-update
update Github Actions versions to fix CI
2 parents 536de1c + 05ff62e commit 375d04d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,21 @@ jobs:
1616
# - macos-latest
1717
# - windows-latest
1818
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
2819
- 4.14.x
2920
- 5.0.x
21+
- 5.1.x
22+
- 5.2.x
23+
- 5.3.x
24+
- 5.4.x
3025

3126
runs-on: ${{ matrix.os }}
3227

3328
steps:
3429
- name: Checkout code
35-
uses: actions/checkout@v2
30+
uses: actions/checkout@v5
3631

3732
- name: Use OCaml ${{ matrix.ocaml-compiler }}
38-
uses: ocaml/setup-ocaml@v2
33+
uses: ocaml/setup-ocaml@v3
3934
with:
4035
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4136
dune-cache: ${{ matrix.os != 'macos-latest' }}

0 commit comments

Comments
 (0)