Skip to content

Commit 5a0abc6

Browse files
committed
Attempt to fix github action
1 parent d1b02b3 commit 5a0abc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Set-up OCaml
11-
uses: ocaml/setup-ocaml@v2
11+
uses: ocaml/setup-ocaml@v3
1212
with:
13-
ocaml-compiler: 4.14.1
13+
ocaml-compiler: 5.3.0
1414
opam-pin: false
1515
opam-depext: false
1616
- uses: actions/checkout@v3
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt update
3333
- name: Set-up OCaml
34-
uses: ocaml/setup-ocaml@v2
34+
uses: ocaml/setup-ocaml@v3
3535
with:
3636
ocaml-compiler: ${{ matrix.ocaml }}
3737
- run: opam install . --deps-only --with-test

0 commit comments

Comments
 (0)