Skip to content

Commit e168b5b

Browse files
committed
Update GitHub workflows to OCaml 5.2.0
1 parent 8f22494 commit e168b5b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
# Either the waiting queue for FreeBSD is very long, or it is not available.
1818
# - freebsd-latest
1919
ocaml-compiler:
20-
- 5.1.x
21-
# - 5.2.x
20+
- 5.2.x
2221
runs-on: ${{ matrix.os }}
2322
steps:
2423
- uses: actions/checkout@v2

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: actions/cache@v2
1717
with:
1818
path: ~/.opam
19-
key: opam-ubuntu-latest-5.1.1
19+
key: opam-ubuntu-latest-5.2.0
2020

2121
# - uses: actions/checkout@v2
2222
- uses: ocaml/setup-ocaml@v2
2323
with:
24-
ocaml-compiler: '5.1.1'
24+
ocaml-compiler: '5.2.0'
2525

2626
- name: Pin
2727
run: opam pin -n .

0 commit comments

Comments
 (0)