There was an error while loading. Please reload this page.
1 parent f6055d6 commit 295c9f9Copy full SHA for 295c9f9
3 files changed
.github/workflows/ci.yaml
@@ -18,6 +18,7 @@ jobs:
18
- 5.2.0
19
- 5.2.1
20
- 5.3.0
21
+ - 5.4.0
22
23
steps:
24
- uses: actions/checkout@v3
.github/workflows/gh-pages.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: ocaml/setup-ocaml@v3
with:
- ocaml-compiler: 5.3.0
+ ocaml-compiler: 5.4.0
- name: Install dependencies
run: |
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Build Artifacts
11
runs-on: ubuntu-latest
12
env:
13
- OCAML_VERSION: 5.3.0
+ OCAML_VERSION: 5.4.0
14
15
16
0 commit comments