We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cb9fb commit 5581170Copy full SHA for 5581170
.github/workflows/gh-pages.yml
@@ -11,9 +11,9 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
14
- - uses: ocaml/setup-ocaml@v2
+ - uses: ocaml/setup-ocaml@v3
15
with:
16
- ocaml-compiler: 4.12.x
+ ocaml-compiler: 4.14.x
17
18
- name: Pin
19
run: opam pin -n .
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
#- windows-latest
ocaml-compiler:
- 4.03.x
- - 4.12.x
+ - 4.14.x
- 5.03.x
20
runs-on: ${{ matrix.os }}
21
0 commit comments