From 74df9fabfe45afceda9329d79361a0952d3446c0 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond <guillaume.melquiond@inria.fr> Date: Thu, 12 Jul 2018 17:36:03 +0200 Subject: [PATCH] Add testing for OCaml 4.07.0. This commit also updates 4.04 and 4.06 to their latest releases. --- .gitlab-ci.yml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbc2c5657..dc8e57066 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,9 @@ build-4.03.0: COMPILER: 4.03.0 <<: *build_definition -build-4.04.0: +build-4.04.2: variables: - COMPILER: 4.04.0 + COMPILER: 4.04.2 <<: *build_definition build-4.05.0: @@ -28,9 +28,14 @@ build-4.05.0: COMPILER: 4.05.0 <<: *build_definition -build-4.06.0: +build-4.06.1: variables: - COMPILER: 4.06.0 + COMPILER: 4.06.1 + <<: *build_definition + +build-4.07.0: + variables: + COMPILER: 4.07.0 <<: *build_definition bench: @@ -53,9 +58,9 @@ bench-4.03.0: COMPILER: 4.03.0 <<: *bench_definition -bench-4.04.0: +bench-4.04.2: variables: - COMPILER: 4.04.0 + COMPILER: 4.04.2 <<: *bench_definition bench-4.05.0: @@ -63,9 +68,14 @@ bench-4.05.0: COMPILER: 4.05.0 <<: *bench_definition -bench-4.06.0: +bench-4.06.1: + variables: + COMPILER: 4.06.1 + <<: *bench_definition + +bench-4.07.0: variables: - COMPILER: 4.06.0 + COMPILER: 4.07.0 <<: *bench_definition full: -- GitLab