File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
global :
9
9
- PACKAGE="mirage-vnetif"
10
10
matrix :
11
- - DISTRO="debian-stable" OCAML_VERSION="4.03"
12
11
- DISTRO="debian-testing" OCAML_VERSION="4.04"
13
- - DISTRO="debian-unstable" OCAML_VERSION="4.04"
14
- - DISTRO="ubuntu-16.04" OCAML_VERSION="4.04"
15
- - DISTRO="alpine" OCAML_VERSION="4.04"
16
- - DISTRO="alpine" OCAML_VERSION="4.03"
12
+ - DISTRO="debian-unstable" OCAML_VERSION="4.05"
13
+ - DISTRO="ubuntu-16.04" OCAML_VERSION="4.06"
14
+ - DISTRO="alpine" OCAML_VERSION="4.07"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build: [
14
14
]
15
15
16
16
depends: [
17
- "ocaml" {>= "4.03.0 "}
17
+ "ocaml" {>= "4.04.2 "}
18
18
"jbuilder" {build & >="1.0+beta7"}
19
19
"lwt"
20
20
"mirage-time-lwt" {>= "1.0.0"}
You can’t perform that action at this time.
0 commit comments