Skip to content
Snippets Groups Projects
Commit 74df9fab authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Add testing for OCaml 4.07.0.

This commit also updates 4.04 and 4.06 to their latest releases.
parent 973d4e3a
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,9 @@ build-4.03.0: ...@@ -18,9 +18,9 @@ build-4.03.0:
COMPILER: 4.03.0 COMPILER: 4.03.0
<<: *build_definition <<: *build_definition
build-4.04.0: build-4.04.2:
variables: variables:
COMPILER: 4.04.0 COMPILER: 4.04.2
<<: *build_definition <<: *build_definition
build-4.05.0: build-4.05.0:
...@@ -28,9 +28,14 @@ build-4.05.0: ...@@ -28,9 +28,14 @@ build-4.05.0:
COMPILER: 4.05.0 COMPILER: 4.05.0
<<: *build_definition <<: *build_definition
build-4.06.0: build-4.06.1:
variables: variables:
COMPILER: 4.06.0 COMPILER: 4.06.1
<<: *build_definition
build-4.07.0:
variables:
COMPILER: 4.07.0
<<: *build_definition <<: *build_definition
bench: bench:
...@@ -53,9 +58,9 @@ bench-4.03.0: ...@@ -53,9 +58,9 @@ bench-4.03.0:
COMPILER: 4.03.0 COMPILER: 4.03.0
<<: *bench_definition <<: *bench_definition
bench-4.04.0: bench-4.04.2:
variables: variables:
COMPILER: 4.04.0 COMPILER: 4.04.2
<<: *bench_definition <<: *bench_definition
bench-4.05.0: bench-4.05.0:
...@@ -63,9 +68,14 @@ bench-4.05.0: ...@@ -63,9 +68,14 @@ bench-4.05.0:
COMPILER: 4.05.0 COMPILER: 4.05.0
<<: *bench_definition <<: *bench_definition
bench-4.06.0: bench-4.06.1:
variables:
COMPILER: 4.06.1
<<: *bench_definition
bench-4.07.0:
variables: variables:
COMPILER: 4.06.0 COMPILER: 4.07.0
<<: *bench_definition <<: *bench_definition
full: full:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment