Skip to content

Commit f1cb9fb

Browse files
committed
CI
1 parent c85bc82 commit f1cb9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
#- windows-latest
1616
ocaml-compiler:
1717
- 4.03.x
18-
- 4.10.x
1918
- 4.12.x
19+
- 5.03.x
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: ocaml/setup-ocaml@v2
23+
- uses: ocaml/setup-ocaml@v3
2424
with:
2525
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2626
- run: opam pin -n .

0 commit comments

Comments
 (0)