Skip to content

Commit c230b14

Browse files
authored
Merge pull request #536 from Firobe/fix-ci
Fix CI
2 parents bbc5b01 + e3ffa2f commit c230b14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- macos-latest
1919
- ubuntu-latest
2020
ocaml-compiler:
21-
- 5
21+
# NOTE: use just "5" when bisect_ppx becomes compatible with ocaml >= 5.4
22+
- 5.3
2223
- 4
2324

2425
runs-on: ${{ matrix.os }}

examples/unikernel/config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(* mirage >= 4.6.0 & < 4.10.0 *)
1+
(* mirage >= 4.6.0 & < 4.11.0 *)
22

33
open Mirage
44

0 commit comments

Comments
 (0)