Skip to content

Commit 3d11939

Browse files
committed
ci: run tests on OCaml 5.5
1 parent b284e04 commit 3d11939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/opam-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
- {ocaml-compiler: '4.14.x', os: ubuntu-latest}
2727
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0', os: ubuntu-latest}
2828
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: ubuntu-latest}
29+
- {ocaml-compiler: 'ocaml-base-compiler.5.5.0~alpha1', os: ubuntu-latest}
2930
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-15-intel}
3031
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-latest}
32+
- {ocaml-compiler: 'ocaml-base-compiler.5.5.0~alpha1', os: macos-latest}
3133
# looks like setup-ocaml@v3 can only run actions on windows for
3234
# OCaml >= 4.13
3335
# https://github.com/ocaml/setup-ocaml/issues/822#issuecomment-2215525942

0 commit comments

Comments
 (0)