We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f22494 commit e168b5bCopy full SHA for e168b5b
.github/workflows/ci.yml
@@ -17,8 +17,7 @@ jobs:
17
# Either the waiting queue for FreeBSD is very long, or it is not available.
18
# - freebsd-latest
19
ocaml-compiler:
20
- - 5.1.x
21
- # - 5.2.x
+ - 5.2.x
22
runs-on: ${{ matrix.os }}
23
steps:
24
- uses: actions/checkout@v2
.github/workflows/gh-pages.yml
@@ -16,12 +16,12 @@ jobs:
16
uses: actions/cache@v2
with:
path: ~/.opam
- key: opam-ubuntu-latest-5.1.1
+ key: opam-ubuntu-latest-5.2.0
# - uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
- ocaml-compiler: '5.1.1'
+ ocaml-compiler: '5.2.0'
25
26
- name: Pin
27
run: opam pin -n .
0 commit comments