We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbc5b01 + e3ffa2f commit c230b14Copy full SHA for c230b14
.github/workflows/main.yml
@@ -18,7 +18,8 @@ jobs:
18
- macos-latest
19
- ubuntu-latest
20
ocaml-compiler:
21
- - 5
+ # NOTE: use just "5" when bisect_ppx becomes compatible with ocaml >= 5.4
22
+ - 5.3
23
- 4
24
25
runs-on: ${{ matrix.os }}
examples/unikernel/config.ml
@@ -1,4 +1,4 @@
1
-(* mirage >= 4.6.0 & < 4.10.0 *)
+(* mirage >= 4.6.0 & < 4.11.0 *)
2
3
open Mirage
4
0 commit comments