Skip to content

Commit 3398e99

Browse files
committed
Enable OCaml 5.4 in CI
1 parent bd60c70 commit 3398e99

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
ocaml-compiler:
19-
- 5.3.x
19+
- 5.4.x
2020

2121
runs-on: ${{ matrix.os }}
2222

@@ -32,7 +32,7 @@ jobs:
3232
opam-repositories: |
3333
default: https://github.com/ocaml/opam-repository.git
3434
mbarbin: https://github.com/mbarbin/opam-repository.git
35-
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
35+
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
3636
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
3737
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
3838

.github/workflows/deploy-odoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Setup OCaml
2424
uses: ocaml/setup-ocaml@v3
2525
with:
26-
ocaml-compiler: "5.3.x"
26+
ocaml-compiler: "5.4.x"
2727
dune-cache: true
2828
opam-repositories: |
2929
default: https://github.com/ocaml/opam-repository.git
3030
mbarbin: https://github.com/mbarbin/opam-repository.git
31-
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
31+
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
3232
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
3333
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
3434

.github/workflows/more-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
- macos-latest
2929
- ubuntu-latest
3030
ocaml-compiler:
31+
- 5.4.x
3132
- 5.3.x
3233
- 5.2.x
3334
- 4.14.x
3435
exclude:
3536
# We exclude the combination already tested in the 'ci' workflow.
3637
- os: ubuntu-latest
37-
ocaml-compiler: 5.3.x
38+
ocaml-compiler: 5.4.x
3839

3940
runs-on: ${{ matrix.os }}
4041

@@ -50,7 +51,7 @@ jobs:
5051
opam-repositories: |
5152
default: https://github.com/ocaml/opam-repository.git
5253
mbarbin: https://github.com/mbarbin/opam-repository.git
53-
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
54+
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
5455
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
5556
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
5657

0 commit comments

Comments
 (0)